
22/07/2013, 10:28
|
 | $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 10 meses Puntos: 2135 | |
Respuesta: pasar todo array de array a int @Italico76,
Código PHP:
Ver original$func = function($val) { return (int) $val; };
|