XMLReader::moveToAttributeNs
(PHP 5 >= 5.1.2)
XMLReader::moveToAttributeNs — انتقال cursor به ویژگی نامدار
Description
bool
XMLReader::moveToAttributeNs
( string $localName
, string $namespaceURI
)
انتقال cursor به ویژگی نامدار.
Parameters
- localName
-
نام محلی.
- namespaceURI
-
فضای نام URI.
Return Values
Returns TRUE on success or FALSE on failure.
See Also
- XMLReader::moveToElement() - انتقال cursor به جز والد در ویژگی فعلی
- XMLReader::moveToAttribute() - انتقال cursor به ویژگی نامدار
- XMLReader::moveToAttributeNo() - انتقال cursor به یک ویژگی با استفاده از index
- XMLReader::moveToFirstAttribute() - Position cursor on the first Attribute
There are no user contributed notes for this page.
