DOMCharacterData::substringData
DOMComment::__construct
DOM
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
The DOMComment class
简介
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
)
}
参见
» W3C specification of Comment
Table of Contents
DOMComment::__construct
— Creates a new DOMComment object
DOMCharacterData::substringData
DOMComment::__construct
DOM
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程