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
FluentDOM
Query
Data
__unset
FluentDOM\Query\Data::__unset PHP Method
Data Class Documentation
Exibir arquivo
Open project: fluentdom/fluentdom
__unset()
public
method
Remove a data attribute from the attached node.
public
__unset
(
string
$name
)
$name
string
public function __unset($name) { $this->_node->removeAttribute($this->encodeName($name)); }
Data
__construct
__get
__isset
__set
__unset
count
decodeName
decodeValue
encodeName
encodeValue
getIterator
isDataProperty
toArray