PHP 7.0.6 Released

The DOMCdataSection class

(PHP 5, PHP 7)

Introduction

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

Class synopsis

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

Table of Contents

User Contributed Notes

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