Results of 1 - 10 of about 11 for chapter (0.009 sec.)
- 次の XPath クエリ用の prefix/ns コンテキストを作成する 12909
- « SimpleXMLElement::getNamespaces SimpleXMLElement::saveXML » PHP Manual SimpleXMLElement 次の X
...
$xml = <<<EOD <book xmlns:chap="http://example.org/chapter-title"> <title>My Book</title> <chapter id="1"> <c ...
hap:title>Chapter 1</chap:title> <para>Donec velit. Nullam eget tell ...
id, condimentum ut, ultricies id, mauris.</para> </chapter> <chapter id="2"> <chap:title>Chapter 2</chap:titl ...
ra id, faucibus eu, dapibus dictum, odio.</para> </chapter> </book> EOD; $sxe = new SimpleXMLElement ( $xml ) ...
-
https://man.plustar.jp/php/simplexmlelement.registerxpathnamespace.html
- [similar]
- 子要素群から子要素を削除する 10971
- « DOMNode::normalize DOMNode::replaceChild » PHP Manual DOMNode 子要素群から子要素を削除する DOM
...
合に発生します。 例 以下の例は、XML ドキュメントから chapter 要素を削除します。 例1 子要素の削除 <?php $doc = n ...
'book.xml' ); $book = $doc -> documentElement ; // chapter を取得し、それを book から削除します $chapter = $b ...
ook -> getElementsByTagName ( 'chapter' )-> item ( 0 ); $oldchapter = $book -> removeChil ...
d ( $chapter ); echo $doc -> saveXML (); ?> 上の例の出力は以下と ...
-
https://man.plustar.jp/php/domnode.removechild.html
- [similar]
- DOMDocument オブジェクト内の XIncludes を置換する 10349
- « DOMDocument::validate DOMDocumentFragment » PHP Manual DOMDocument DOMDocument オブジェクト内の
...
) の例 <?php $xml = <<<EOD <?xml version="1.0" ?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude"> <title ...
und</error> </xi:fallback> </xi:include> </para> </chapter> EOD; $dom = new DOMDocument ; // 見た目をきれいに ...
とえば以下のようになります。 <?xml version="1.0"?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude"> <title ...
/entry> <entry>2253051209</entry> </row> </para> </chapter> 関連キーワード: entry , DOMDocument , XIncludes , ...
-
https://man.plustar.jp/php/domdocument.xinclude.html
- [similar]
- 例 9459
- « 定義済み定数 DOMAttr » PHP Manual DOM 例 例 このリファレンスの多くの例で、XMLファイルが必要です
...
[ ]> <book id="listing"> <title>My lists</title> <chapter id="books"> <title>My books</title> <para> <inform ...
--> </tbody> </tgroup> </informaltable> </para> </chapter> </book> 関連キーワード: entry , row , 例 , My , S ...
teinbeck , John , tbody , tgroup , informaltable , chapter ...
-
https://man.plustar.jp/php/dom.examples.html
- [similar]
- XML 外部エンティティの例 8570
- « XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ
...
?> 例2 xmltest.xml <?xml version='1.0'?> <!DOCTYPE chapter SYSTEM "/just/a/test.dtd" [ <!ENTITY plainEntity " ...
> <!ENTITY systemEntity SYSTEM "xmltest2.xml"> ]> <chapter> <TITLE>Title &plainEntity;</TITLE> <para> <inform ...
version ' . phpversion(); ?> </para> </section> </chapter> このファイルは、 xmltest.xml からインクルードされ ...
entry , 外部 , エンティティ , row , 例 , xmltest , chapter , version , ENTITY , ドキュメント ...
-
https://man.plustar.jp/php/example.xml-external-entity.html
- [similar]
- 属性が定義済みの ID かどうかを調べる 8393
- « DOMAttr::__construct DOMCdataSection » PHP Manual DOMAttr 属性が定義済みの ID かどうかを調べる
...
teOnParse = true ; $doc -> Load ( 'book.xml' ); // chapter 要素から、id という名前の属性を取得します $attr = ...
$doc -> getElementsByTagName ( 'chapter' )-> item ( 0 )-> getAttributeNode ( 'id' ); var_d ...
-
https://man.plustar.jp/php/domattr.isid.html
- [similar]
- 指定した名前空間で、タグ名に対応するすべての要素を検索する 8037
- « DOMDocument::getElementsByTagName DOMDocument::importNode » PHP Manual DOMDocument 指定した名前
...
取得する <?php $xml = <<<EOD <?xml version="1.0" ?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude"> <title ...
de> This is another namespace </include> </para> </chapter> EOD; $dom = new DOMDocument ; // 上で定義した XML ...
-
https://man.plustar.jp/php/domdocument.getelementsbytagnamens.html
- [similar]
- Creates an initialization vector (IV) from a random source 7343
- « Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from
...
TM#IV » http://www.quadibloc.com/crypto/co0409.htm Chapter 9.3 of Applied Cryptography by Schneier (ISBN 0-47 ...
-
https://man.plustar.jp/php/function.mcrypt-create-iv.html
- [similar]
- コードポイントが基底文字に含まれるかを調べる 7254
- « IntlChar::isalpha IntlChar::isblank » PHP Manual IntlChar コードポイントが基底文字に含まれるか
...
場合に、 true を返します。 注意 : これは、Unicode の chapter 3.5, conformance clause D13 にある定義とは異なりま ...
-
https://man.plustar.jp/php/intlchar.isbase.html
- [similar]
- コードポイントが識別子の最初の文字として使えるかを調べる 7254
- « IntlChar::isIDPart IntlChar::isISOControl » PHP Manual IntlChar コードポイントが識別子の最初の
...
Unicode の仕様 (The Unicode Standard, Version 3.0, chapter 5.16 Identifiers) に照らして識別子の最初の文字とし ...
-
https://man.plustar.jp/php/intlchar.isidstart.html
- [similar]