php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
item (int $index) | |
getNamedItem (string $qualifiedName) | |
getNamedItemNS (?string $namespace, string $localName) | |
count () | |
getIterator () | |
Data Fields | |
int | $length |
Definition at line 1491 of file php_dom.stub.php.
Dom\NamedNodeMap::count | ( | ) |
@implementation-alias DOMNamedNodeMap\count
Implements Countable.
Definition at line 1507 of file php_dom.stub.php.
Dom\NamedNodeMap::getIterator | ( | ) |
@implementation-alias DOMNamedNodeMap\getIterator
Implements IteratorAggregate.
Definition at line 1510 of file php_dom.stub.php.
Dom\NamedNodeMap::getNamedItem | ( | string | $qualifiedName | ) |
@implementation-alias DOMNamedNodeMap\getNamedItem
Definition at line 1502 of file php_dom.stub.php.
Dom\NamedNodeMap::getNamedItemNS | ( | ?string | $namespace, |
string | $localName ) |
@implementation-alias DOMNamedNodeMap\getNamedItemNS
Definition at line 1504 of file php_dom.stub.php.
Dom\NamedNodeMap::item | ( | int | $index | ) |
@implementation-alias DOMNamedNodeMap\item
Definition at line 1500 of file php_dom.stub.php.
int Dom\NamedNodeMap::$length |
@readonly @virtual
Definition at line 1497 of file php_dom.stub.php.