Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
FluentDOM
Query
Data
__unset
FluentDOM\Query\Data::__unset PHP Méthode
Data Class Documentation
Afficher le fichier
Open project: fluentdom/fluentdom
__unset()
public
méthode
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