This is a discussion on Can someone tell me what a tilde means ? within the PHP General forums, part of the PHP Programming Forums category; The humble tilde (~). I came across it the other day in some PHP code Code: ~E_ERROR I'm curious, can'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> The humble tilde (~). I came across it the other day in some PHP code
> Code:
~E_ERROR > I'm curious, can't find any documentation on it. In math it refers to > propostional logic, is it the same thing in PHP ? ~ $a Not Bits that are set in $a are not set, and vice versa. http://hu.php.net/manual/en/language...rs.bitwise.php greets, Zoltán Németh > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > |