PHP Doku:: Sets the value of an attribute - function.domattribute-set-value.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDOM-XMLDOM-XML-FunktionenDomAttribute->set_value

Ein Service von Reinhard Neidl - Webprogrammierung.

DOM-XML-Funktionen

<<DomAttribute->name

DomAttribute->specified>>

DomAttribute->set_value

(PHP 4 >= 4.1.0)

DomAttribute->set_value Sets the value of an attribute

Beschreibung

bool DomAttribute::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 wird FALSE zurückgegeben.

Migrating to PHP 5

Set the value property of DOMAttr.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)