Ver Mensaje Individual
  #16 (permalink)  
Antiguo 23/12/2008, 15:40
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: No Funciona el Eval????

stristr, es más lento a hacer la búsqueda en el arreglo directamente. De hecho el mismo manual lo sugiere:
Cita:
Iniciado por Manual de PHP
Note: If you only want to determine if a particular needle occurs within haystack , use the faster and less memory intensive function strpos() instead.
Saludos.