<> is also accepted.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51671 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-07-17 17:29:44 +00:00
parent a1667cd8e5
commit 37cacb933c

View file

@ -202,6 +202,11 @@ $b .= "There!"; // sets $b to "Hello There!", just like $b = $b . "There!";
<entry>Not equal</entry>
<entry>&true; if $a is not equal to $b.</entry>
</row>
<row>
<entry>$a <> $b</entry>
<entry>Not equal</entry>
<entry>&true; if $a is not equal to $b.</entry>
</row>
<row>
<entry>$a !== $b</entry>
<entry>Not identical</entry>