Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/08/2011, 15:16
Avatar de andresdzphp
andresdzphp
Colaborador
 
Fecha de Ingreso: julio-2011
Ubicación: $this->Colombia;
Mensajes: 2.749
Antigüedad: 12 años, 9 meses
Puntos: 793
Respuesta: borrar variable

Código PHP:
Ver original
  1. unset($variable);
  2.  
  3. $variable = NULL;
  4.  
  5. $variable = (unset) $variable;

http://www.php.net/manual/es/function.unset.php