Manuál
PHP
Předcházející
Další
unset
unset -- Unset a given variable
Description
void
unset
( mixed var [, mixed var [, ...]])
Poznámka:
unset()
is a language construct.
Příklad
1
.
unset(
)
example
The above example would output:
The above example would output:
The above example would output:
Předcházející
Domů
Další
Nahoru