DOMDocument::createElementNS(No version information available, might be only in CVS) DOMDocument::createElementNS — Create new element node with an associated namespace Описание
DOMElement DOMDocument::createElementNS
( string $namespaceURI
, string $qualifiedName
[, string $value
] )
This function creates a new element node with an associated namespace. Этот узел не будет отображаться в документе до тех пор, пока он не будет вставлен, к пример функцией DOMNode->appendChild(). Список параметров
Возвращаемые значенияThe new DOMElement or FALSE if an error occured. Errors/Exceptions
Примеры
Пример #1 Creating a new element and inserting it as root
<?phpРезультат выполнения данного примера:
Смотрите также
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |