previousXML_sql2xml::getXpathValue (Previous) (Next) XML_Statisticsnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_sql2xml::getXpathChildValues

XML_sql2xml::getXpathChildValues – return child tags from match of a XPath expression

Synopsis

require_once "XML/sql2xml.php";

array XML_sql2xml::getXpathChildValues ( string $expr )

Description

Returns the values from the child tags from the first match of the XPath.

Parameter

  • string $expr - XPath expression

Return value

array - the content of the child tags. The child tag name is assigned as key, the content as value.

Note

This function can not be called statically.

previousXML_sql2xml::getXpathValue (Previous) (Next) XML_Statisticsnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.