DOMNode::replaceChild
DOMNodelist::item
DOM
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程
The DOMNodeList class
Class synopsis
DOMNodeList
DOMNodeList
{
/* Properties */
readonly
public
int
$length
;
/* Methods */
DOMNode
DOMNodelist::item
(
int
$index
)
}
属性
length
The number of nodes in the list. The range of valid child node indices is 0 to
length - 1
inclusive.
Table of Contents
DOMNodelist::item
— Retrieves a node specified by index
DOMNode::replaceChild
DOMNodelist::item
DOM
php 手册
|
脚本学堂
|
脚本编程
|
网站编程
|
系统管理
|
服务器配置
|
数据库管理
|
Php教程
|
python教程
|
正则表达式
|
批处理脚本
|
Centos教程
|
Linux基础教程