The DOMCdataSection class

(PHP 5)

簡介

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