XML_sql2xml::getXpathChildValues

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

Referentiesamenvatting

require_once "XML/sql2xml.php";

array XML_sql2xml::getXpathChildValues (string $expr)

Beschrijving

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

Parameter

Return waarde

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

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

XML_sql2xml::getXpathValue()