XMLReader::moveToAttribute
(PHP 5 >= 5.1.2)
XMLReader::moveToAttribute — 指定した名前の属性にカーソルを移動する
説明
bool
XMLReader::moveToAttribute
( string $name
)
指定した名前の属性にカーソルを移動します。
パラメータ
- name
-
属性の名前。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
参考
- XMLReader::moveToElement - 現在の属性の親要素にカーソルを移動する
- XMLReader::moveToAttributeNo - 指定したインデックスの属性にカーソルを移動する
- XMLReader::moveToAttributeNs - 指定した名前の属性にカーソルを移動する
- XMLReader::moveToFirstAttribute - 最初の属性にカーソルを移動する
XMLReader::moveToAttribute
There are no user contributed notes for this page.
