Exemplo simples de redondos do PHP
<?php
echo(round(0.50));
?>
Outrageous Ostrich
<?php
echo(round(0.50));
?>