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, 05 Sep 2008

view this page in

La classe DOMComment

Introduction

Représente un noeud de commentaire, délimité par <!-- et -->.

Synopsis de la classe

DOMComment
DOMComment étend DOMCharacterData {
/* Méthodes */
__construct ([ string $value ] )
/* Méthodes héritées */
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 )
}

Sommaire



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, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites