The DOMCdataSection class

(PHP 5)

Introduktion

The DOMCdataSection inherits from DOMText for textural representation of CData constructs.

Klasse synopsis

DOMCdataSection extends DOMText {
/* Methods */
public __construct ( string $value )
/* Inherited methods */
public DOMText DOMText::splitText ( int $offset )
}

Indholdsfortegnelse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top