previousXML_sql2xml::getXpathValue (Previous) (Next) XML_Statisticsnext

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

XML_sql2xml::getXpathChildValues

XML_sql2xml::getXpathChildValues – XPath 式にマッチした子タグを返す

Synopsis

require_once "XML/sql2xml.php";

array XML_sql2xml::getXpathChildValues ( string $expr )

Description

XPath で最初にマッチした子タグの値を返します。

Parameter

  • string $expr - XPath 式

Return value

array - 子タグの内容 子タグ名はキーとなり、内容は値に入ります。

Note

This function can not be called statically.

previousXML_sql2xml::getXpathValue (Previous) (Next) XML_Statisticsnext

Download Documentation Last updated: Sun, 21 Jun 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.