|
PHP5中文手册
DomAttribute->set_value(No version information available, might be only in CVS) DomAttribute->set_value — Sets the value of an attribute 说明DomAttribute
bool set_value
( string $content
)
This function sets the value of an attribute. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 Migrating to PHP 5Set the value property of DOMAttr. |