| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
DOMDocument::xinclude(PHP 5) DOMDocument::xinclude — DOMDocument オブジェクト内の XIncludes を置換する 説明このメソッドは、DOMDocument オブジェクト内の » XIncludes を置換します。
返り値
ドキュメント内の XIncludes の数を返します。
何かの処理に失敗した場合は -1、
置換が発生しなかった場合は 例
例1 DOMDocument::xinclude() の例
<?php上の例の出力は、 たとえば以下のようになります。
<?xml version="1.0"?>
<chapter xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Books of the other guy..</title>
<para>
<row xml:base="/home/didou/book.xml">
<entry>The Grapes of Wrath</entry>
<entry>John Steinbeck</entry>
<entry>en</entry>
<entry>0140186409</entry>
</row>
<row xml:base="/home/didou/book.xml">
<entry>The Pearl</entry>
<entry>John Steinbeck</entry>
<entry>en</entry>
<entry>014017737X</entry>
</row>
<row xml:base="/home/didou/book.xml">
<entry>Samarcande</entry>
<entry>Amine Maalouf</entry>
<entry>fr</entry>
<entry>2253051209</entry>
</row>
</para>
</chapter>
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「DOMDocument::xinclude - DOMDocument オブジェクト内の XIncludes を置換する」をGoogle検索
|