Heim >Backend-Entwicklung >PHP-Tutorial >比较操作符_PHP教程

比较操作符_PHP教程

WBOY
WBOYOriginal
2016-07-13 17:26:14856Durchsuche

比较操作符,正如它的名字所示,允许您比较两个值。
 
Table 7-4. Comparson Operators(表7-4 比较操作符)
example name result?/FONT>
$a == $b Equal?/FONT> True if $a is equal to $b.?/FONT>
$a != $b Not equal True if $a is not equal to $b.?/FONT>
$a True if $a is strictly less than $b.?/FONT>
$a > $b Greater than?/FONT> True if $a is strictly greater than $b.?/FONT>
$a True if $a is less than or equal to $b.?/FONT>
$a >= $b Greater than or equal to?/FONT> True if $a is greater than or equal to $b.

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/531977.htmlTechArticle比较操作符,正如它的名字所示,允许您比较两个值。 Table 7-4. Comparson Operators(表7-4 比较操作符) example name result?/FONT> $a == $b Equal?/FONT>...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn