Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/05/2009, 14:43
Avatar de By_George
By_George
 
Fecha de Ingreso: abril-2009
Ubicación: localhost
Mensajes: 629
Antigüedad: 15 años
Puntos: 19
Respuesta: Funciones y números (int)

quiere esto

Código PHP:
function limit($dato1$dato2)
{
$res=$dato1*($dato2+0.0000001);
return 
$res;
}

echo 
limit(4,3);