DomAttribute->set_value

(no version information, might be only in CVS)

DomAttribute->set_value --  Sets the value of an attribute

Description

class DomAttribute {

bool set_value ( string content )

}

This function sets the value of an attribute.

Parameters

content

The new value.

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.

Migrating to PHP 5

Set the value property of DOMAttr.

Δείτε επίσης

DomAttribute->value