PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMComment::__construct> <DOMCharacterData::substringData
Last updated: Fri, 27 Jun 2008

view this page in

The DOMComment class

Introduction

Represents comment nodes, characters delimited by <!-- and -->.

Class synopsis

DOMComment
class DOMComment extends DOMCharacterData {
/* Methods */
__construct ([ string $value ] )
/* Inherited methods */
void DOMCharacterData::appendData ( string $data )
void DOMCharacterData::deleteData ( int $offset , int $count )
void DOMCharacterData::insertData ( int $offset , string $data )
void DOMCharacterData::replaceData ( int $offset , int $count , string $data )
string DOMCharacterData::substringData ( int $offset , int $count )
}

Table of Contents



add a note add a note User Contributed Notes
DOMComment
There are no user contributed notes for this page.

DOMComment::__construct> <DOMCharacterData::substringData
Last updated: Fri, 27 Jun 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites