PHP Manual

  • English French German Portuguese Spanish
  1. Function Reference
  2. XML Manipulation
  3. DOM
  4. DOMCdataSection
DOM Introduction Installing/Configuring Predefined Constants Examples DOMAttr DOMCdataSection DOMCharacterData DOMComment DOMDocument DOMDocumentFragment DOMDocumentType DOMElement DOMEntity DOMEntityReference DOMException DOMImplementation DOMNamedNodeMap DOMNode DOMNodeList DOMNotation DOMProcessingInstruction DOMText DOMXPath DOM Functions
  • DOMAttr::isId
  • DOMCdataSection::__construct

The DOMCdataSection class

(PHP 5)

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 bool DOMText::isWhitespaceInElementContent ( void )
public DOMText DOMText::splitText ( int $offset )
}

Table of Contents

  • DOMCdataSection::__construct — Constructs a new DOMCdataSection object
© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.