Ver Mensaje Individual
  #16 (permalink)  
Antiguo 10/03/2010, 15:08
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Necesito el "porque" xD

Es simple:
Código PHP:
Ver original
  1. var_dump((int)"asdf"); => int(0)

0 == 0 => true.

Saludos.