Tema
:
borrar variable
Ver Mensaje Individual
#
2
(
permalink
)
05/08/2011, 15:16
andresdzphp
Colaborador
Fecha de Ingreso: julio-2011
Ubicación: $this->Colombia;
Mensajes: 2.749
Antigüedad: 13 años, 6 meses
Puntos: 793
Respuesta: borrar variable
Código PHP:
Ver original
unset
(
$variable
)
;
$variable
=
NULL
;
$variable
=
(
unset
)
$variable
;
http://www.php.net/manual/es/function.unset.php
andresdzphp
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de andresdzphp