XML_sql2xml::getXpathChildValues

XML_sql2xml::getXpathChildValues

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

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.