We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
abs - Absolute value
mixed abs( mixed $x )
abs() returns the absolute value of x.
x - The number to process. It can be a scalar or an array. Unsigned integers will be typecast to signed.
The absolute value of x. If x is an array, the return value will also be an array.
1.0 and above.