Einfache PHP -Runde, wenn ein negativer Wert als Parameter übergeben wird
<?php
echo(round(-65.2324));
?>
Outrageous Ostrich
<?php
echo(round(-65.2324));
?>