| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
DOMDocument->createAttributeNS()(No version information available, might be only in CVS) DOMDocument->createAttributeNS() — Create new attribute node with an associated namespace BeschreibungDOMDocument
DOMAttr createAttributeNS
( string $namespaceURI
, string $qualifiedName
)
This function creates a new instance of class DOMAttr. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode->appendChild() eingefügt wird. Parameter Liste
RückgabewerteThe new DOMAttr or FALSE if an error occured. Fehler/Exceptions
Siehe auch
|