DOM XML (PHP 4) 函数
PHP Manual

DomElement::remove_attribute

(PHP 4 >= 4.1.0)

DomElement::remove_attribute Removes attribute

说明

bool DomElement::remove_attribute ( string $name )

Removes an attribute from the current DomElement node.

参数

name

The name of the attribute to remove.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE.

Migrating to PHP 5

Use DOMElement::removeAttribute.


DOM XML (PHP 4) 函数
PHP Manual