File tree 4 files changed +33
-13
lines changed
reference/libxml/functions
4 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: f90df97fa5ebfa6e7fcace04976900d6700467cc Maintainer: hirokawa Status: ready -->
4
4
<refentry xml : id =" function.libxml-get-last-error" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >libxml_get_last_error</refname >
11
11
<refsect1 role =" description" >
12
12
&reftitle.description;
13
13
<methodsynopsis >
14
- <type > LibXMLError</type ><methodname >libxml_get_last_error</methodname >
14
+ <type class = " union " >< type > LibXMLError</ type >< type >false</ type > </type ><methodname >libxml_get_last_error</methodname >
15
15
<void />
16
16
</methodsynopsis >
17
17
<para >
37
37
</para >
38
38
</refsect1 >
39
39
</refentry >
40
-
41
40
<!-- Keep this comment at the end of the file
42
41
Local variables:
43
42
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: fa994a739c769e155f6b6848f66f1f9a24ec9eb0 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: f90df97fa5ebfa6e7fcace04976900d6700467cc Maintainer: takagi Status: ready -->
4
4
5
5
<refentry xml : id =" function.libxml-set-external-entity-loader" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
<refnamediv >
12
12
&reftitle.description;
13
13
<methodsynopsis >
14
14
<type >bool</type ><methodname >libxml_set_external_entity_loader</methodname >
15
- <methodparam ><type > callable</type ><parameter >resolver_function</parameter ></methodparam >
15
+ <methodparam ><type class = " union " >< type > callable</ type >< type >null</ type > </type ><parameter >resolver_function</parameter ></methodparam >
16
16
</methodsynopsis >
17
17
<para >
18
18
デフォルトの外部エンティティローダーを変更します。
@@ -107,7 +107,6 @@ bool(true)
107
107
</refsect1 >
108
108
109
109
</refentry >
110
-
111
110
<!-- Keep this comment at the end of the file
112
111
Local variables:
113
112
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: f90df97fa5ebfa6e7fcace04976900d6700467cc Maintainer: hirokawa Status: ready -->
4
4
<refentry xml : id =" function.libxml-set-streams-context" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >libxml_set_streams_context</refname >
12
12
&reftitle.description;
13
13
<methodsynopsis >
14
14
<type >void</type ><methodname >libxml_set_streams_context</methodname >
15
- <methodparam ><type >resource</type ><parameter >streams_context </parameter ></methodparam >
15
+ <methodparam ><type >resource</type ><parameter >context </parameter ></methodparam >
16
16
</methodsynopsis >
17
17
<para >
18
18
次のlibxmlドキュメントの読込/書きこみのためにストリームコンテキストを設定します。
24
24
<para >
25
25
<variablelist >
26
26
<varlistentry >
27
- <term ><parameter >streams_context </parameter ></term >
27
+ <term ><parameter >context </parameter ></term >
28
28
<listitem >
29
29
<para >
30
30
ストリームコンテキストリソース(
@@ -80,7 +80,6 @@ $doc = DOMDocument::load('http://www.example.com/file.xml');
80
80
</para >
81
81
</refsect1 >
82
82
</refentry >
83
-
84
83
<!-- Keep this comment at the end of the file
85
84
Local variables:
86
85
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: f90df97fa5ebfa6e7fcace04976900d6700467cc Maintainer: hirokawa Status: ready -->
4
+ <!-- Credits: mumumu -->
4
5
<refentry xml : id =" function.libxml-use-internal-errors" xmlns =" http://docbook.org/ns/docbook" >
5
6
<refnamediv >
6
7
<refname >libxml_use_internal_errors</refname >
12
13
&reftitle.description;
13
14
<methodsynopsis >
14
15
<type >bool</type ><methodname >libxml_use_internal_errors</methodname >
15
- <methodparam choice =" opt" ><type > bool</type ><parameter >use_errors</parameter ><initializer >&false ; </initializer ></methodparam >
16
+ <methodparam choice =" opt" ><type class = " union " >< type > bool</type ><type >null</ type ></ type >< parameter >use_errors</parameter ><initializer >&null ; </initializer ></methodparam >
16
17
</methodsynopsis >
17
18
<para >
18
19
<function >libxml_use_internal_errors</function > により、
45
46
</para >
46
47
</refsect1 >
47
48
49
+ <refsect1 role =" changelog" >
50
+ &reftitle.changelog;
51
+ <informaltable >
52
+ <tgroup cols =" 2" >
53
+ <thead >
54
+ <row >
55
+ <entry >&Version; </entry >
56
+ <entry >&Description; </entry >
57
+ </row >
58
+ </thead >
59
+ <tbody >
60
+ <row >
61
+ <entry >8.0.0</entry >
62
+ <entry >
63
+ <parameter >use_errors</parameter > は、nullable になりました。
64
+ これより前のバージョンでは、デフォルトは &false; でした。
65
+ </entry >
66
+ </row >
67
+ </tbody >
68
+ </tgroup >
69
+ </informaltable >
70
+ </refsect1 >
71
+
48
72
<refsect1 role =" examples" >
49
73
&reftitle.examples;
50
74
<para >
@@ -95,7 +119,6 @@ bool(false)
95
119
</para >
96
120
</refsect1 >
97
121
</refentry >
98
-
99
122
<!-- Keep this comment at the end of the file
100
123
Local variables:
101
124
mode: sgml
You can’t perform that action at this time.
0 commit comments