Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<DomAttribute->nameDomAttribute->specified>
Last updated: Tue, 19 Sep 2006

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

Returns TRUE on success or FALSE on failure.

Migrating to PHP 5

Set the value property of DOMAttr.




<DomAttribute->nameDomAttribute->specified>
Last updated: Tue, 19 Sep 2006