Skip to content

Commit 8226300

Browse files
author
TAKAGI Masahiro
committed
sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@301926 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 4beec3b commit 8226300

File tree

8 files changed

+37
-26
lines changed

8 files changed

+37
-26
lines changed

internals2/counter.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 2fd3f0c96d9d221fe37109775af4df4cf949d5d8 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 3c82b5b1edd2e97afbe431323f2e9db3512817c4 Maintainer: takagi Status: ready -->
44
<part xml:id="internals2.counter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
55
<title>"counter" 拡張モジュール - サンプル</title>
66

@@ -542,7 +542,7 @@ $counter_four->printCounterInfo();
542542
<refsect1 role="description">
543543
&reftitle.description;
544544
<methodsynopsis>
545-
<type>void</type><methodname>Counter::bumpValue</methodname>
545+
<methodname>Counter::bumpValue</methodname>
546546
<methodparam><type>integer</type><parameter>offset</parameter></methodparam>
547547
</methodsynopsis>
548548
<simpara>
@@ -581,7 +581,7 @@ $counter_four->printCounterInfo();
581581
<refsect1 role="description">
582582
&reftitle.description;
583583
<methodsynopsis>
584-
<type>void</type><methodname>Counter::resetValue</methodname>
584+
<void /><methodname>Counter::resetValue</methodname>
585585
<void/>
586586
</methodsynopsis>
587587
<simpara>
@@ -692,7 +692,7 @@ $counter_four->printCounterInfo();
692692
&reftitle.description;
693693
<methodsynopsis>
694694
<modifier>static</modifier>
695-
<type>void</type><methodname>Counter::setCounterClass</methodname>
695+
<void /><methodname>Counter::setCounterClass</methodname>
696696
<methodparam><type>string</type><parameter>name</parameter></methodparam>
697697
</methodsynopsis>
698698
<simpara>
@@ -768,7 +768,7 @@ $counter_four->printCounterInfo();
768768
<refsect1 role="description">
769769
&reftitle.description;
770770
<methodsynopsis>
771-
<type>void</type><methodname>counter_bump</methodname>
771+
<void /><methodname>counter_bump</methodname>
772772
<methodparam><type>integer</type><parameter>offset</parameter></methodparam>
773773
</methodsynopsis>
774774
<simpara>
@@ -808,7 +808,7 @@ $counter_four->printCounterInfo();
808808
<refsect1 role="description">
809809
&reftitle.description;
810810
<methodsynopsis>
811-
<type>void</type><methodname>counter_reset</methodname>
811+
<void /><methodname>counter_reset</methodname>
812812
<void/>
813813
</methodsynopsis>
814814
<simpara>
@@ -944,7 +944,7 @@ $counter_four->printCounterInfo();
944944
<refsect1 role="description">
945945
&reftitle.description;
946946
<methodsynopsis>
947-
<type>void</type><methodname>counter_bump_value</methodname>
947+
<void /><methodname>counter_bump_value</methodname>
948948
<methodparam><type>resource</type><parameter>counter</parameter></methodparam>
949949
<methodparam><type>integer</type><parameter>offset</parameter></methodparam>
950950
</methodsynopsis>
@@ -993,7 +993,7 @@ $counter_four->printCounterInfo();
993993
<refsect1 role="description">
994994
&reftitle.description;
995995
<methodsynopsis>
996-
<type>void</type><methodname>counter_reset_value</methodname>
996+
<void /><methodname>counter_reset_value</methodname>
997997
<methodparam><type>resource</type><parameter>counter</parameter></methodparam>
998998
</methodsynopsis>
999999
<simpara>

reference/geoip/functions/geoip-id-by-name.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: bf47871026cca01093079908a0186a07fd98cea3 Maintainer: takagi Status: ready -->
44
<refentry xml:id="function.geoip-id-by-name" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>geoip_id_by_name</refname>
7-
<refpurpose>インターネット接続のスピードを取得する</refpurpose>
7+
<refpurpose>インターネット接続方式を取得する</refpurpose>
88
</refnamediv>
99
<refsect1 role="description">
1010
&reftitle.description;
@@ -15,7 +15,7 @@
1515

1616
<para>
1717
<function>geoip_id_by_name</function> 関数は、
18-
ホスト名あるいは IP アドレスに対応する国および地域を返します
18+
ホスト名あるいは IP アドレスに対応するインターネット接続方式を返します
1919
</para>
2020
<para>
2121
返り値は数値で、以下の定数と比較できます。
@@ -54,7 +54,7 @@
5454
<term><parameter>hostname</parameter></term>
5555
<listitem>
5656
<para>
57-
ネット接続のスピードを探す対象となるホスト名あるいは IP アドレス。
57+
接続方式を探す対象となるホスト名あるいは IP アドレス。
5858
</para>
5959
</listitem>
6060
</varlistentry>
@@ -64,7 +64,7 @@
6464
<refsect1 role="returnvalues">
6565
&reftitle.returnvalues;
6666
<para>
67-
ネット接続のスピードを返します
67+
接続方式を返します
6868
</para>
6969
</refsect1>
7070

@@ -74,7 +74,7 @@
7474
<example>
7575
<title><function>geoip_id_by_name</function> の例</title>
7676
<para>
77-
これは、ホスト example.com のネット接続のスピードを返します
77+
これは、ホスト example.com の接続方式を返します
7878
</para>
7979
<programlisting role="php">
8080
<![CDATA[

reference/mongo/mongo/construct.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: fead28e4454f663d5ff601a5d3872728354ad0d3 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 0380452c2a3c39606e06456ccb237e8eaa08bedc Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="mongo.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -298,6 +298,11 @@ $m2 = new Mongo("mongodb://ny1.example.com", array("replicaSet" => true));
298298
<para>
299299
二つの別のレプリカセットからのシードを指定した場合の挙動は未定義です。
300300
</para>
301+
<para>
302+
レプリカセットに関する詳細な情報は
303+
<link xlink:href="&url.mongodb.dochub.rs;">コアドキュメント</link>
304+
を参照ください。
305+
</para>
301306
</example>
302307
<example>
303308
<title><function>Mongo::__construct</function> での持続的接続の例</title>

reference/mongo/mongodb/command.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 4a55fca3ce92340e53ad60af7774666d8387f7de Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 0380452c2a3c39606e06456ccb237e8eaa08bedc Maintainer: takagi Status: ready -->
44

55
<refentry xml:id="mongodb.command" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -164,6 +164,11 @@ User 4af467e4fd543cce7b0ea8e2 had 1 sale(s).
164164
&reftitle.seealso;
165165
<para>
166166
MongoDB コアドキュメントの <link xlink:href="&url.mongodb.dochub.commands;">database commands</link>
167+
そして各コマンドのドキュメント
168+
<link xlink:href="&url.mongodb.dochub.findandmodify;">findAndModify</link>、
169+
<link xlink:href="&url.mongodb.dochub.getlasterror;">getLastError</link> および
170+
<link xlink:href="&url.mongodb.dochub.repair;">repair</link>
171+
(他にもたくさんあります。これは単なる例です)
167172
を参照ください。
168173
</para>
169174
</refsect1>

reference/mysqli/book.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: c80027c88fcc61b46ac3768e21f3a75caa9b590e Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 0214c184b6e6f5caf7e72d2ea4244eaf2f284aca Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa -->
55
<!-- Purpose: database.vendors -->
66
<!-- Membership: bundled, external -->
@@ -32,7 +32,7 @@
3232
</para>
3333

3434
<para>
35-
このドキュメントの一部は、Oracle, Inc. の許可を得て MySQL マニュアルから引用したものです。
35+
このドキュメントの一部は、Oracle Corporation の許可を得て MySQL マニュアルから引用したものです。
3636
</para>
3737

3838
<section xml:id="mysqli.examples">
@@ -41,7 +41,7 @@
4141

4242
<para>
4343
<literal>mysqli</literal> ドキュメンテーションのすべての例では、
44-
Oracle, Inc. の world データベースを使用しています。これは
44+
world データベースを使用しています。これは
4545
<link xlink:href="&url.mysql.example;">&url.mysql.example;</link> にあります。
4646
</para>
4747

reference/uodbc/functions/odbc-connect.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 1248359f65f6d21492d8959df4dbe7df2c0f3053 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<refentry xml:id="function.odbc-connect" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -46,7 +46,7 @@
4646
<listitem>
4747
<para>
4848
接続に使用するデータベースソース名。
49-
あるいは、DNSではない接続文字列を使用することもできます
49+
あるいは、DSNではない接続文字列を使用することもできます
5050
</para>
5151
</listitem>
5252
</varlistentry>
@@ -113,7 +113,7 @@
113113
&reftitle.examples;
114114
<para>
115115
<example>
116-
<title>DNS なしの接続</title>
116+
<title>DSN なしの接続</title>
117117
<programlisting role="php">
118118
<![CDATA[
119119
<?php

reference/uodbc/functions/odbc-data-source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 1248359f65f6d21492d8959df4dbe7df2c0f3053 Maintainer: takagi Status: ready -->
44
<refentry xml:id="function.odbc-data-source" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>odbc_data_source</refname>
@@ -14,7 +14,7 @@
1414
<methodparam><type>int</type><parameter>fetch_type</parameter></methodparam>
1515
</methodsynopsis>
1616
<para>
17-
この関数は、有効な DNS(複数回のコールの後)のリストを返します。
17+
この関数は、有効な DSN(複数回のコールの後)のリストを返します。
1818
</para>
1919
</refsect1>
2020
<refsect1 role="parameters">

reference/xsl/xsltprocessor/transformtouri.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: af6e1aeca5aad7e6c6e35597f74c762e72540952 Maintainer: takagi Status: ready -->
44
<refentry xml:id="xsltprocessor.transformtouri" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>XSLTProcessor::transformToUri</refname>
@@ -31,14 +31,15 @@
3131
<term><parameter>doc</parameter></term>
3232
<listitem>
3333
<para>
34-
変換される文章を指定します
34+
変換する文章を指定します
3535
</para>
3636
</listitem>
3737
</varlistentry>
3838
<varlistentry>
3939
<term><parameter>uri</parameter></term>
4040
<listitem>
4141
<para>
42+
変換先の URI。
4243
</para>
4344
</listitem>
4445
</varlistentry>

0 commit comments

Comments
 (0)