| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
XML_sql2xml::getXMLObjectXML_sql2xml::getXMLObject – XML DOM 文書オブジェクトを返す
Synopsis
require_once "XML/sql2xml.php";
DescriptionReturns an XML DomDocument object with a XML representation of the result sets. The result set can be directly provided here, or if you need more than one in your XML, then you have to provide each of them with add() before you call getXMLObject(), but the last one can also be provided here. Return valueObject - DomDocument object NoteThis function can not be called statically. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「XML_sql2xml::getXMLObject」をGoogle検索
|