|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| getNamedItem (string $qualifiedName) | |
| getNamedItemNS (?string $namespace, string $localName) | |
| item (int $index) | |
| count () | |
| getIterator () | |
Data Fields | |
| int | $length |
Definition at line 1104 of file php_dom.stub.php.
| DOMNamedNodeMap::count | ( | ) |
| DOMNamedNodeMap::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 1124 of file php_dom.stub.php.
| DOMNamedNodeMap::getNamedItem | ( | string | $qualifiedName | ) |
@tentative-return-type
Definition at line 1113 of file php_dom.stub.php.
| DOMNamedNodeMap::getNamedItemNS | ( | ?string | $namespace, |
| string | $localName ) |
@tentative-return-type
Definition at line 1116 of file php_dom.stub.php.
| DOMNamedNodeMap::item | ( | int | $index | ) |
@tentative-return-type
Definition at line 1119 of file php_dom.stub.php.
| int DOMNamedNodeMap::$length |
@readonly @virtual
Definition at line 1110 of file php_dom.stub.php.