在线文档教程
PHP
HTML

DOMElement::getAttribute

DOMElement::getAttribute

(PHP 5, PHP 7)

DOMElement :: getAttribute - 返回属性的值

描述

public string DOMElement::getAttribute ( string $name )

获取name当前节点名称的属性值。

参数

name

属性的名称。

返回值

该属性的值,或者如果找不到给定属性,则为空字符串name