This appears to be a really, really stupid question.

If they are indentical in operation, then ofcourse there will be no
noticeable difference to the user.


One may note that a switch statement is faster, because the condition is
only evaluated once. However you did not ask about the speed difference.


"Dennis Seavers" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is there any noticeable difference (on the part of the client) between
identical conditionals, one written as a switch, the other written as an if,
elseif ... else conditional?  I realize that one programmer coming in behind
another might prefer the gentler layout of a switch; but would there be any
perceivable difference, client-side, between the options?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to