検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 24 for books (0.002 sec.)
現在の要素の子要素を返す 8039
« SimpleXMLIterator::current SimpleXMLIterator::hasChildren » PHP Manual SimpleXMLIterator 現在の ... 例1 現在の要素の子要素を返す <?php $xml = <<<XML <books> <book> <title>PHP Basics</title> <author>Jim Smit ... h</author> </book> <book>XML basics</book> </books> XML; $xmlIterator = new SimpleXMLIterator ( $xml ...
https://man.plustar.jp/php/simplexmliterator.getchildren.html - [similar]
現在の要素が子要素を持つかどうかを調べる 8039
« SimpleXMLIterator::getChildren SimpleXMLIterator::key » PHP Manual SimpleXMLIterator 現在の要素 ... が子要素を持つかどうかを調べる <?php $xml = <<<XML <books> <book> <title>PHP Basics</title> <author>Jim Smit ... h</author> </book> <book>XML basics</book> </books> XML; $xmlIterator = new SimpleXMLIterator ( $xml ...
https://man.plustar.jp/php/simplexmliterator.haschildren.html - [similar]
SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 7839
« DOM 関数 libxml » PHP Manual DOM 関数 SimpleXMLElement オブジェクトから DOMElement オブジェクト ... ンポートする <?php $sxe = simplexml_load_string ( '<books><book><title>blah</title></book></books>' ); if ( ...
https://man.plustar.jp/php/function.dom-import-simplexml.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 7839
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement ... <?php $dom = new DOMDocument ; $dom -> loadXML ( '<books><book><title>blah</title></book></books>' ); if (! ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
基本的な SimpleXML の使用法 7839
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... <?php $dom = new DOMDocument ; $dom -> loadXML ( '<books><book><title>blah</title></book></books>' ); if (! ... echo 'Error while parsing the document' ; exit; } $books = simplexml_import_dom ( $dom ); echo $books -> bo ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
与えられた XPath 式を評価し、可能であれば結果を返す 7739
« DOMXPath::__construct DOMXPath::query » PHP Manual DOMXPath 与えられた XPath 式を評価し、可能で ... query , $tbody ); echo "There are $entries english books\n" ; ?> 上の例の出力は以下となります。 There are 2 ... english books 参考 DOMXPath::query() - 与えられた XPath 式を評価 ...
https://man.plustar.jp/php/domxpath.evaluate.html - [similar]
DOMDocument オブジェクト内の XIncludes を置換する 7539
« DOMDocument::validate DOMDocumentFragment » PHP Manual DOMDocument DOMDocument オブジェクト内の ... xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books of the other guy..</title> <para> <xi:include href ... xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Books of the other guy..</title> <para> <row xml:base="/ ...
https://man.plustar.jp/php/domdocument.xinclude.html - [similar]
Commit a transaction 7422
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... ame_list = array( "Abatis Publishers" , "Core Dump Books" , "Schadenfreude Press" , "Tenterhooks Press" ); ... 01 Abatis Publishers New York NY USA P02 Core Dump Books San Francisco CA USA P03 Schadenfreude Press Hambu ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Roll back a transaction 7422
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... ame_list = array( "Abatis Publishers" , "Core Dump Books" , "Schadenfreude Press" , "Tenterhooks Press" ); ... 01 Abatis Publishers New York NY USA P02 Core Dump Books San Francisco CA USA P03 Schadenfreude Press Hambu ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
定義済み定数 7122
« リソース型 mqseries 関数 » PHP Manual mqseries 定義済み定数 定義済み定数 WebSphere MQ の各定数 ... WebSphere MQ Application Programming Reference red books を参照ください。 mqseries での定数名は、WebSphere ...
https://man.plustar.jp/php/mqseries.constants.html - [similar]
PREV 1 2 3 NEXT