XMLReader::moveToAttributeNs
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
Move cursor to a named attribute
Description
XMLReader::moveToAttributeNs(string $name, string $namespace): bool
Positions cursor on the named attribute in specified namespace.
Parameters
nameThe local name.
namespaceThe namespace URI.
Return Values
Success
See Also
XMLReader::moveToElementXMLReader::moveToAttributeXMLReader::moveToAttributeNoXMLReader::moveToFirstAttribute