DOM XML (PHP 4) 函数
PHP Manual

DomAttribute::set_value

(PHP 4 >= 4.1.0)

DomAttribute::set_value Sets the value of an attribute

说明

bool DomAttribute::set_value ( string $content )

This function sets the value of an attribute.

参数

content

The new value.

返回值

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

Migrating to PHP 5

Set the value property of DOMAttr.

参见


DOM XML (PHP 4) 函数
PHP Manual