Liquid Fire Posted August 15, 2007 Share Posted August 15, 2007 is there any difference from the to in how they work/performance or is it just coding style. Quote Link to comment https://forums.phpfreaks.com/topic/65062-else-if-vs-elseif/ Share on other sites More sharing options...
trq Posted August 15, 2007 Share Posted August 15, 2007 Just a coding style. Ever heard of the manual? And I quote.... In PHP, you can also write 'else if' (in two words) and the behavior would be identical to the one of 'elseif' (in a single word). The syntactic meaning is slightly different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior. Quote Link to comment https://forums.phpfreaks.com/topic/65062-else-if-vs-elseif/#findComment-324692 Share on other sites More sharing options...
MadTechie Posted August 15, 2007 Share Posted August 15, 2007 their the same function In PHP, you can also write 'else if' (in two words) and the behavior would be identical to the one of 'elseif' (in a single word). Quote Link to comment https://forums.phpfreaks.com/topic/65062-else-if-vs-elseif/#findComment-324693 Share on other sites More sharing options...
Orio Posted August 15, 2007 Share Posted August 15, 2007 Just coding style. There is a probably a difference in the performance, but it must be so minor it doesnt matter. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/65062-else-if-vs-elseif/#findComment-324696 Share on other sites More sharing options...
MadTechie Posted August 15, 2007 Share Posted August 15, 2007 Heehee true.. the smaller the code the faster so by removing the space that will save .. erm.. how much time? Quote Link to comment https://forums.phpfreaks.com/topic/65062-else-if-vs-elseif/#findComment-324704 Share on other sites More sharing options...
SirChick Posted August 15, 2007 Share Posted August 15, 2007 0.00000001 seconds Quote Link to comment https://forums.phpfreaks.com/topic/65062-else-if-vs-elseif/#findComment-324717 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.