DOMDocument->createCDATASection()

(no version information, might be only in CVS)

DOMDocument->createCDATASection() -- Create new cdata node

Описание

class DOMDocument {

DOMCDATASection createCDATASection ( string data )

}

This function creates a new instance of class DOMCDATASection. Этот узел не будет отображаться в документе до тех пор, пока он не будет вставлен, к пример функцией DOMNode->appendChild().

Список параметров

data

The content of the cdata.

Возвращаемые значения

The new DOMCDATASection or FALSE if an error occured.



DOMDocument->createCDATASection()
There are no user contributed notes for this page.

<DOMDocument->createAttributeNS()DOMDocument->createComment()>
 Last updated: Mon, 14 Nov 2005