Search code examples
phpoperator-keyword

>!= PHP operator, how to write not equal to or greater than?


How can I write not greater-than-or-equal-to in PHP?

Is it >!= ?


Solution

  • Isn't not greater than or equal to x the same as less than x ?