public
static
|
compare(static $a, static $b): int
Get an integer less than, equal to, or greater than zero when $a is less
than, equal to, or greater than $b,…
Get an integer less than, equal to, or greater than zero when $a is less
than, equal to, or greater than $b, respectively
Returns
A value that can be used instead of $a <=> $b .
Implemented by
|
#
|