Join Up!
96807 members and counting!
PHP Manual
All Mail Lists
Entire Site
downloads
|
documentation
|
faq
|
getting help
|
mailing lists
|
reporting bugs
|
php.net sites
|
links
|
my php.net
s
earch for
in the
function list
whole site
online documentation [en]
bug database
general mailing list
developer mailing list
documentation mailing list
DOM
Index
Function Reference
XML Manipulation
DOM
Introduction
Installing/Configuring
Predefined Constants
DOMAttr
DOMCharacterData
DOMComment
DOMDocument
DOMDocumentFragment
DOMDocumentType
DOMElement
DOMEntity
DOMEntityReference
DOMException
DOMImplementation
DOMNamedNodeMap
DOMNode
DOMNodeList
DOMNotation
HOME
Community
Articles
Code Library
People
Mail Archive
My Account
Contribute
PHP Jobs
DOMCharacterData::substringData
DOMComment::__construct
Last updated: Thu, 26 Jun 2008
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
)
}
See Also
» W3C specification of Comment
Table of Contents
DOMComment::__construct
— Creates a new DOMComment object
add a note
User Contributed Notes
The DOMComment class
There are no user contributed notes for this page.
Open Source Database Feature Comparison Matrix
Try Declarative Programming with Annotations and Aspects
Locate All Stored Procedures and Their Objects/SQL Tables
Building a Stored Procedure Generator
Making Tables Read-only in Oracle
24-hour Support
Daily Backup
Dedicated Servers
JSP/Java Servlets
PHP
MySQL
Streaming Audio/Video
Telnet/SSH
Unix Hosting
24-hour Support
DOMCharacterData::substringData
DOMComment::__construct
Last updated: Thu, 26 Jun 2008
show source
|
credits
|
sitemap
|
contact
|
advertising
|
mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror
is operated at:
http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles
|
Tips / Quickies
|
News
|
News Linking and RSS Feeds
|
Shared Code Library
Mail Archives
|
Support / Discussion Forums
|
Get Started!
Links
|
Contribute!
|
Docs