XML_sql2xml::getXpathValue

XML_sql2xml::getXpathValue – XPath 式にマッチしたものを返す

Synopsis

require_once "XML/sql2xml.php";

mixed XML_sql2xml::getXpathValue ( string $expr )

Description

XPath 式に最初にマッチした内容を返します。

Parameter

  • string $expr - XPath 式

Return value

mixed - 評価された XPath 式の内容

Note

This function can not be called statically.