" mean in this PHP code?-php">

[ACCEPTED]-What does "<>" mean in this PHP code?-php

Accepted answer
Score: 12

"Not equal to," like SQL. Exactly 1 the same operator as !=.

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

Score: 9

It means !=. And my answer has to be 30 characters 1 long.

Score: 2

I'm sure it's not equal to, I've always 1 used != in php though :)

Score: 1

Not equal to.

It is a comparison operator.

0

Score: 1

It is "not equal to", exactly 2 the same as != (i.e. type juggling is attempted 1 if appropriate).

See the manual.

More Related questions