Mega Code Archive

 
Categories / Php / Operator
 

These values are compared using numeric order

if ('6 p' < 55) {     print '"6 p" is less than the number 55.'; } else {     print '"6 p" is not less than the number 55.'; } ?>