The DOMCdataSection class

(PHP 5, PHP 7)

소개

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

클래스 개요

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

Table of Contents

add a note add a note

User Contributed Notes

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