|
DomNode::add_namespace(PHP 4 >= 4.3.0) DomNode::add_namespace — Adds a namespace declaration to a node Описание
bool DOMNode::add_namespace
( string $uri
, string $prefix
)
This method adds a namespace declaration to a node.
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Migrating to PHP 5You can set the namespace URI and prefix of a DOMElement or a DOMAttr at creation time by using DOMDocument::createElementNS or DOMDocument::createAttributeNS.
|
|