On Thu, 16 Jan 2003 12:34:26 +1100, you wrote:

>Hi,
>
>Can someone point me to the page in the manual where this style of control
>structure syntax is documented?
>
>$var = ($something) ? "foo" : "bah";

This is the ternary operator.  It's kinda buried in the documentation:

http://www.php.net/manual/en/language.operators.comparison.php

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

Reply via email to