What is spaceship operator PHP?
This operator introduced in PHP7, it is used to compare two expressions.
1] First expression Less, than It returns -1
2] First expression is Greater than second expression 1
3] Both expression are Equal, then it returns 0