Syntaxe d’utilisation de la fonction ‘abs()’

Author:
<?php
    abs(120); // 120
    abs(-10); // 10
?>