On Fri, 17 May 2002, peter tatischev wrote:
> What is the type of array returned by child_nodes()?
> I have an XML doc parsed into a DOM structure by
> $docnode = domxml_open_file("blah")
>
> then I get root by
> $root = $docnode->document_element();
> then I get the first node
> $f_child = $ro
What is the type of array returned by child_nodes()?
I have an XML doc parsed into a DOM structure by
$docnode = domxml_open_file("blah")
then I get root by
$root = $docnode->document_element();
then I get the first node
$f_child = $root->first_child();
and then I want to get an array of all the
2 matches
Mail list logo