In this post we will take a look and another new operator in PHP 7. This operator is the Combined Comparison or Spaceship operator (<=>). This operator is a three way comparison operator. It will do greater-than, less-than and equal comparisons between two operands. The spaceship operator (<=>) returns -1 if the left side is […]
The post PHP 7 – Combined Comparison (Spaceship) Operator appeared first on Virendra's TechTalk.