|
PHP5中文手册
DomElement->remove_attribute()(No version information available, might be only in CVS) DomElement->remove_attribute() — Removes attribute 说明DomElement
bool remove_attribute
( string $name
)
Removes an attribute from the current DomElement node. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 Migrating to PHP 5 |