Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Relational Operators table

Mon Oct 27, 2008 5:51 pm

Code:
<!--


Operation       Operator            Example
---------------------------------------------------------
Less than       <                   $a < $b

Less than       
<=                  $a <= $b
or equal to

Greater than    
>                   $a > $b

Greater than    
>=                  $a >= $b
or equal to
-->




Post a reply
  Related Posts  to : Relational Operators table
 Shorthand Operators table     -  
 Postfix and Prefix Operators table     -  
 PHP operators     -  
 shortcut operators     -  
 Using Assignment Operators     -  
 C++ Increment Operators     -  
 Bitwise operators     -  
 Equality Operators     -  
 using bit-wise operators in c++     -  
 difference between the >> and >>> operators     -  

Topic Tags

PHP Basics