Jordan Elver wrote:
>
> Hi,
> Could any one explain what this statemnt means?
>
> $i = (!$i)?"0":$i;
if (!$i) then
$i = "0";
else
$i = $i;
-Stathis
>
> Thanks,
>
> Jord
>
> --
> Jordan Elver
> Web Developer
> The InternetOne UK Ltd
>
> --
> PHP General Mailing List (http://www.php.net
"Pavel Jartsev" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Jordan Elver wrote:
> >
> > Hi,
> > Could any one explain what this statemnt means?
> >
> > $i = (!$i)?"0":$i;
Well, literally, "if not-$i is equivalent to true then $i becomes string
"0", otherwi
Jordan Elver wrote:
>
> Hi,
> Could any one explain what this statemnt means?
>
> $i = (!$i)?"0":$i;
>
http://www.php.net/manual/en/language.operators.comparison.php
RTFM :)
--
Pavel a.k.a. Papi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi,
Could any one explain what this statemnt means?
$i = (!$i)?"0":$i;
Thanks,
Jord
--
Jordan Elver
Web Developer
The InternetOne UK Ltd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
4 matches
Mail list logo