DOM-XML-Funktionen
PHP Manual

DomAttribute->set_value

(PHP 4 >= 4.1.0)

DomAttribute->set_value Sets the value of an attribute

Beschreibung

DomAttribute
bool set_value ( string $content )

This function sets the value of an attribute.

Parameter-Liste

content

The new value.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Migrating to PHP 5

Set the value property of DOMAttr.

Siehe auch


DOM-XML-Funktionen
PHP Manual