DOMDocument->createComment()
HREF="function.dom-domdocument-createcdatasection.html"> HREF="function.dom-domdocument-createdocumentfragment.html">
След.
(no version information, might be only in CVS)DOMDocument->createComment() -- Create new comment node
DOMComment createComment ( string data )
}
- This function creates a new instance of class DOMComment. Этот узел не будет отображаться в документе до тех пор,
пока он не будет вставлен, к пример функцией
DOMNode->appendChild().
-
data - The content of the comment.
- The content of the comment.
- The new DOMComment or FALSE if an error occured.
Пред.
Начало
DOMDocument->createCDATASection()
Уровень выше
DOMDocument->createDocumentFragment() 22222