Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Nette
Http
SessionSection
__unset
Nette\Http\SessionSection::__unset PHP Method
SessionSection Class Documentation
Exibir arquivo
Open project: nette/http
__unset()
public
method
Unsets a variable in this session section.
public
__unset
(
$name
) :
void
return
void
public function __unset($name) { $this->start(); unset($this->data[$name], $this->meta[$name]); }
SessionSection
__construct
__get
__isset
__set
__unset
getIterator
offsetExists
offsetGet
offsetSet
offsetUnset
remove
removeExpiration
setExpiration
start