Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/08/2006, 13:12
Avatar de DarkXNightmare
DarkXNightmare
 
Fecha de Ingreso: agosto-2005
Ubicación: Somewhere Over The Rainbo
Mensajes: 181
Antigüedad: 18 años, 8 meses
Puntos: 0
Toma... te dejo un regalito que hice hace 1min ;D...
Código PHP:
function round_at_five($num)
{
    
$num round($num);
    
$num round($num 5);
    
$num $num 5;
    return 
$num;
}
echo 
round_at_five(232.1); // devuelve 230
echo round_at_five(233); // devuelve 235
echo round_at_five(231); // devuelve 230
echo round_at_five(230.90); // devuelve 230
echo round_at_five(234.1); // devuelve 235 
Luego me cuentas si te sirve ;D.
Atte... DarkXNightmare ;D.
__________________
Cambiando mi Web... sean pacientes :P