Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

what sign is greater than or equal to php

// Greater than or equal to comparison operator:  >=
if ($someInt >= $otherInt) {
  // Do your logic ;)
}
 
PREVIOUS NEXT
Tagged: #sign #greater #equal #php
ADD COMMENT
Topic
Name
1+9 =