File tree Expand file tree Collapse file tree 4 files changed +12
-17
lines changed Expand file tree Collapse file tree 4 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 2a8b2f1c53edae923b5bb196183e476e5cca46a3 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 2a5223230bf6177c225003ca30c63f48ef266cc0 Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<reference xml : id =" class.snmp" role =" class" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns : xi =" http://www.w3.org/2001/XInclude" >
66 <title >SNMP クラス</title >
167167 <term ><varname >valueretrieval</varname ></term >
168168 <listitem >
169169 <para >SNMP の値を返す方法</para >
170- <table >
171- <title />
170+ <informaltable >
172171 <tgroup cols =" 2" >
173172 <tbody >
174173 <row ><entry ><constant >SNMP_VALUE_LIBRARY</constant ></entry ><entry >Net-SNMP ライブラリの返す値を返します。</entry ></row >
183182 </row >
184183 </tbody >
185184 </tgroup >
186- </table >
185+ </informaltable >
187186
188187 </listitem >
189188 </varlistentry >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 888d70d7d21713f7f52d497e627543dfb41fc103 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 2a5223230bf6177c225003ca30c63f48ef266cc0 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" snmp.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
4949 php-snmp ライブラリであり、Net-SNMP エンジンは使いません。
5050 FQDN を指定するときに IPv6 アドレスを使うには、FQDN を角括弧で囲まなければなりません。
5151 いくつか例を示します。
52- <table >
53- <title />
52+ <informaltable >
5453 <tgroup cols =" 2" >
5554 <tbody >
5655 <row ><entry >IPv4 (デフォルトのポート)</entry ><entry >127.0.0.1</entry ></row >
6362 <row ><entry >FQDN (ポートを指定)、IPv6 アドレスを強制</entry ><entry >[host.domain]:1161</entry ></row >
6463 </tbody >
6564 </tgroup >
66- </table >
65+ </informaltable >
6766 </para >
6867 </listitem >
6968 </varlistentry >
7271 <listitem >
7372 <para ><parameter >community</parameter > の目的は
7473 <acronym >SNMP</acronym > のバージョンによって異なります。</para >
75- <table >
76- <title />
74+ <informaltable >
7775 <tgroup cols =" 2" >
7876 <tbody >
7977 <row ><entry >SNMP::VERSION_1</entry ><entry ><acronym >SNMP</acronym > コミュニティ</entry ></row >
8078 <row ><entry >SNMP::VERSION_2C</entry ><entry ><acronym >SNMP</acronym > コミュニティ</entry ></row >
8179 <row ><entry >SNMP::VERSION_3</entry ><entry ><acronym >SNMP</acronym >v3 セキュリティ名</entry ></row >
8280 </tbody >
8381 </tgroup >
84- </table >
82+ </informaltable >
8583 </listitem >
8684 </varlistentry >
8785 <varlistentry >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- $Revision$ -->
23<!-- EN-Revision: 2a5223230bf6177c225003ca30c63f48ef266cc0 Maintainer: hirokawa Status: ready -->
34<!-- CREDITS: shimooka,mumumu -->
45<refentry xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns =" http://docbook.org/ns/docbook" xml : id =" function.echo" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: d08d2e887fdc229f16748df96450c9b68c9a3076 Maintainer: shimooka Status: ready -->
3+ <!-- EN-Revision: 2a5223230bf6177c225003ca30c63f48ef266cc0 Maintainer: shimooka Status: ready -->
44<refentry xml : id =" function.debug-zval-dump" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >debug_zval_dump</refname >
@@ -111,10 +111,7 @@ string(11) "Hello World" refcount(3)
111111 渡す引数によっては、<function >debug_zval_dump</function >
112112 はリファレンスが割り当てられている変数を表示しません。
113113 この動きを示すために、上の例をちょっと変更した例を考えてみましょう:
114- </para >
115- <para >
116- <example >
117- <title />
114+ <informalexample >
118115 <programlisting role =" php" >
119116<![CDATA[
120117<?php
@@ -134,7 +131,7 @@ debug_zval_dump($var1);
134131string(11) "Hello World" refcount(2)
135132]]>
136133 </screen >
137- </example >
134+ </informalexample >
138135 </para >
139136 <para >
140137 <varname >$var1</varname >, <varname >$var2</varname >,
You can’t perform that action at this time.
0 commit comments