int sgn(mixed value) int sgn(mixed value, mixed zero)
Check the sign of a value.
Returns -1 if value is less than zero , 1 if value is greater than zero and 0 (zero) otherwise.
-1
1
0
abs()