LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Forex Trading
Online forex trading platform
The DOMComment class
DOMCharacterData::substringData
DOMComment::__construct
DOM
PHP Manual
The DOMComment class
Introduction
Represents comment nodes, characters delimited by
<!--
and
-->
.
Class synopsis
DOMComment
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
)
}
See Also
» W3C specification of Comment
Table of Contents
DOMComment::__construct
— Creates a new DOMComment object
DOMCharacterData::substringData
DOMComment::__construct
DOM
PHP Manual