[snip]
> 
> But why does the ($r=!$r) ternary condition work?. (I understand
> that it DOES but not WHY.)
[/snip]

Check this out -
http://us3.php.net/manual/en/language.operators.assignment.php

It says the value of the assignment is the value assigned, so maybe
assignments to anything other than 0 (or false) return true while
assignments to 0 (or false) return false. 

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

Reply via email to