mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<> 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:
parent
a1667cd8e5
commit
37cacb933c
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue