switch( $x ){
   case 1:
   case 2:
   case 3:
   case 4:
   case 5: {...}
     break;
   default: {...}
     break;
}

py

At 05:38 PM 12/6/01 +0000, Robin McKenzie wrote:


>Could anyone tell me if there is a PHP equivalent to:
>
>SELECT x
>     CASE 1 to 5
>         {...}
>     CASE ELSE
>         {...}
>END SELECT
>
>Muchos gracias.
>
>Robin
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to