Posted by Sergio Gorelyshev on 01/21/05 14:12
On Fri, 21 Jan 2005 12:01:09 +0000
Ben Edwards <funkytwig@gmail.com> wrote:
> I seem to remember seing someone use a abreaviated form of a
> if/them/else of the type that can be used in java.
>
> It was something like
>
> if ( a=b ) ? a=1 ; a=2;
>
> Anybody know what the correct syntax is?
condition ? do_that_if_true : do_that_if_false;
> Ben
> --
> Ben Edwards - Poole, UK, England
> WARNING:This email contained partisan views - dont ever accuse me of
> using the veneer of objectivity
> If you have a problem emailing me use
> http://www.gurtlush.org.uk/profiles.php?uid=4
> (email address this email is sent from may be defunct)
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
RE5PECT
Sergio Gorelyshev
[Back to original message]
|