Ver Mensaje Individual
  #7 (permalink)  
Antiguo 20/02/2017, 21:01
Avatar de adryan310
adryan310
 
Fecha de Ingreso: septiembre-2012
Mensajes: 450
Antigüedad: 11 años, 8 meses
Puntos: 3
Exclamación Respuesta: ¿Como validar si un numero realmente es entero?

Cita:
Iniciado por alvaro_trewhela Ver Mensaje
Hice algo feísimo pero funciona:

Código PHP:
Ver original
  1. function doubleIsInt($d){
  2.     if(sizeof(explode(".", (string)$d)) == 1){ return true; }
  3. return false;
  4. }

Amigo tambien probe tu codigo y tampoco me corre pero igual gracias por tu aporte tambien