Skip to content

Commit 6d84746

Browse files
committed
language-snippets.ent: スキップされていた ebbc5bb97c8c063d31309725c0bb93d21213993b を取り込み
1 parent b4e2bcc commit 6d84746

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

language-snippets.ent

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,12 @@ object</parameter></term><listitem><para>手続き型のみ: <function>date_crea
16401640
が使えます。
16411641
</para>'>
16421642
<!ENTITY dom.note.utf8 '<note xmlns="http://docbook.org/ns/docbook"><para>DOM拡張モジュール は UTF-8 エンコーディングを使います。他のエンコーディングを扱う場合は、<function>mb_convert_encoding</function>, <methodname>UConverter::transcode</methodname>, <function>iconv</function> を使ってください。</para></note>'>
1643+
<!ENTITY dom.note.modern.utf8 '<note xmlns="http://docbook.org/ns/docbook">
1644+
<simpara>
1645+
DOM拡張モジュールは、メソッドやプロパティで UTF-8 エンコーディングを使います。
1646+
パースをおこなうメソッドは、エンコーディングを自動的に判別し、呼び出し側でエンコーディングを指定することもできます。
1647+
</simpara>
1648+
</note>'>
16431649
<!ENTITY dom.note.json '<note xmlns="http://docbook.org/ns/docbook"><para><classname>DOMDocument</classname> オブジェクトに対して <function>json_encode</function> を使うと、結果は空オブジェクトをエンコードしたものになります。</para></note>'>
16441650
<!ENTITY dom.domdocument.html5 '<warning xmlns="http://docbook.org/ns/docbook">
16451651
<simpara>

0 commit comments

Comments
 (0)