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