|
PHP5中文手册
SimpleXMLElement->children()(PHP 5 >= 5.0.1) SimpleXMLElement->children() — Finds children of given node 说明SimpleXMLElement
SimpleXMLElement children
([ string $ns
[, bool $is_prefix
]] )
This method finds the children of the element of which it is a member. The result follows normal iteration rules.
参数
返回值
更新日志
范例
Example#1 Traversing a children() pseudo-array
<?php 上例将输出:
|