unset
Syntax
int unset(mixed var);
Popis
Príkaz jazyka
PHP
unset - Unset a given variable
unset destroys the specified variable and returns true.
Príklad
unset
(
$foo
)
;
unset
(
$bar
[
'foo'
]
)
;
Pozri aj
isset
,
empty