(PHP 4, PHP 5, PHP 7)
abs — Absolute value
number
The numeric value to process
The absolute value of number
. If the argument number
is of type float, the return type is also float, otherwise it is int (as float usually has a bigger value range than int).
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.abs.php