Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/02/2008, 15:59
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
Re: vaciar un array

Prueba este codigo:
Código PHP:
$variable[1] = 'juan';
$variable[2] = 'pedro';
$variable[3] = 'daniel';
$variable = array();
var_dumpis_array$variable ) ); 
Saludos.