XMLReader::getAttribute
XMLReader::getAttribute
(PHP 5 >= 5.1.0, PHP 7)
XMLReader :: getAttribute - 获取指定属性的值
描述
public string XMLReader::getAttribute ( string $name )
返回命名属性的值,如果该属性不存在或未放置在元素节点上,则返回NULL。
参数
name
属性的名称。
返回值
该属性的值,如果未找到或未找到具有给定名称的属性,则为NULL。
更新日志
版本 | 描述 |
---|---|
5.1.3 | 如果没有找到属性,则返回NULL。以前,返回一个空字符串。 |
扩展内容
- XMLReader :: getAttributeNo() - 通过索引获取属性的值
- XMLReader :: getAttributeNs() - 通过localname和URI获取属性的值
← XMLReader::expand
XMLReader::getAttributeNo →