PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

XML_sql2xml::addXmlString | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

XML_sql2xml::addXmlString

XML_sql2xml::addXmlString – XML 文字列を追加する

Synopsis

require_once "XML/sql2xml.php";

void XML_sql2xml::addXmlString ( string $string , mixed $xpath = = null )

Description

正常なリザルトセットと同レベルの XML 文字列の内容を加える (それは <root> 直下になります)

Parameter

  • string $string - XML 文字列

  • mixed $xpath - either a string with the XPath expression or an array with the keys "xpath"=>XPath expression and "root"=>tag/subtag/etc, which are the tags to be inserted before the result.

Note

This function can not be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「XML_sql2xml::addXmlString」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | XML_sql2xml::addXmlString」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: