From 0b224bf7880527c17633163196107f4a44a6b7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Sat, 11 Jul 2026 12:54:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?&true;/&false;/&null;=20=E3=81=AE=E3=82=A8?= =?UTF-8?q?=E3=83=B3=E3=83=86=E3=82=A3=E3=83=86=E3=82=A3=E5=8C=96=E3=81=BB?= =?UTF-8?q?=E3=81=8B=E3=82=92=E5=90=8C=E6=9C=9F=EF=BC=8818=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit php/doc-en@911fe79de7 (Use &true;/&false;/&null; entities for boolean/null constants) のマークアップ変更を反映。 - true/false/null のうち PHP の定数を表す箇所を &true;/&false;/&null; に置換(型表記の false、コード例内、 引用符付きの入力値リテラルは原文どおり保持) - あわせて同一リビジョン範囲の para→simpara 置換、雛形コメントの除去 (php/doc-en@c62ef37e0d)、PHP_INI_* から INI_* への 変更(php/doc-en@d4d5216e7a)、union 型の null 後置 (php/doc-en@77485af088)をミラー - reference/win32service/rightinfo/get-full-username.xml は、原文が同一 リビジョンで returnvalues の散文も書き換えているため訳文を更新。原文が "returns only the username" と限定を明示する形になったのに合わせ 「ユーザー名のみを返します」とし、旧原文の連鎖構造に由来する「ユーザー名も」 の「も」を落とした - language/enumerations.xml と language/oop5/overloading.xml は既に &null; を 使用済みのため EN-Revision のみ更新 対象: language (6), reference/datetime (3), reference/mbstring (2), reference/pdo (2), reference/filter (1), reference/info (1), reference/intl (1), reference/reflection (1), reference/win32service (1) --- language/control-structures/include.xml | 4 ++-- language/enumerations.xml | 2 +- language/oop5/overloading.xml | 2 +- language/predefined/weakreference.xml | 12 ++++-------- language/types/array.xml | 4 ++-- language/types/declarations.xml | 8 ++++---- .../datetime/dateinterval/createfromdatestring.xml | 4 ++-- reference/datetime/datetime/modify.xml | 4 ++-- reference/datetime/datetimeimmutable/modify.xml | 4 ++-- reference/filter/constants.xml | 6 +++--- reference/info/functions/ini-get.xml | 8 ++++---- reference/intl/ini.xml | 8 ++++---- reference/mbstring/functions/mb-strcut.xml | 8 ++++---- reference/mbstring/functions/mb-substr.xml | 8 ++++---- reference/pdo/constants.fetch-modes.xml | 4 ++-- reference/pdo/pdo/getattribute.xml | 8 ++++---- .../reflection/reflectionenum/getbackingtype.xml | 10 +++++----- .../win32service/rightinfo/get-full-username.xml | 13 ++++++------- 18 files changed, 56 insertions(+), 61 deletions(-) diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 7543915a6d..5782a4eb56 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -1,6 +1,6 @@ - + @@ -179,7 +179,7 @@ include 'http://www.example.com/file.php?foo=1&bar=2'; 値の返し方: include に失敗したときには - FALSE を返し、警告を発生させます。 + &false; を返し、警告を発生させます。 成功した場合の戻り値は、インクルードしたファイル側で変更していない限りは 1 です。 インクルードしたファイルの中で return を実行すれば、 diff --git a/language/enumerations.xml b/language/enumerations.xml index 4efd3e0fa3..5155d784ef 100644 --- a/language/enumerations.xml +++ b/language/enumerations.xml @@ -1,6 +1,6 @@ - + 列挙型(Enum) diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 008c725663..71970d6497 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,6 +1,6 @@ - + diff --git a/language/predefined/weakreference.xml b/language/predefined/weakreference.xml index ddd3d91ff5..f89e6049af 100644 --- a/language/predefined/weakreference.xml +++ b/language/predefined/weakreference.xml @@ -1,6 +1,6 @@ - + WeakReference クラス @@ -8,7 +8,6 @@ -
&reftitle.intro; @@ -19,16 +18,14 @@ 元のオブジェクトは、refcount が 0 になると破棄されます。 弱い参照を作成しても、参照されているオブジェクトの refcount は増加しません。 - + WeakReference クラスはシリアライズできません。 - +
-
&reftitle.classsynopsis; - final @@ -43,7 +40,6 @@ -
@@ -96,7 +92,7 @@ NULL WeakReference::__debugInfo の出力に、 参照されたオブジェクトを含むようになりました。また、参照が有効ではなくなっている場合は、 - 参照されたオブジェクトは NULL となります。 + 参照されたオブジェクトは &null; となります。 diff --git a/language/types/array.xml b/language/types/array.xml index 6f8cd214d0..44d246767c 100644 --- a/language/types/array.xml +++ b/language/types/array.xml @@ -1,6 +1,6 @@ - + 配列 @@ -125,7 +125,7 @@ var_dump($array1, $array2); Null は空文字列にキャストされます。つまり、キーに - null を指定すると、実際には "" として格納されます。 + &null; を指定すると、実際には "" として格納されます。 diff --git a/language/types/declarations.xml b/language/types/declarations.xml index f8d4633430..34f09595f3 100644 --- a/language/types/declarations.xml +++ b/language/types/declarations.xml @@ -1,6 +1,6 @@ - + 型宣言 @@ -313,14 +313,14 @@ Stack trace: - - デフォルト値に null を指定することで、 + + デフォルト値に &null; を指定することで、 null を許容するパラメータを指定することができます。 これは、子クラスでデフォルト値が変更された場合にクラスの互換性が壊れ、 型宣言で null 型を追加しなければならなくなるため、おすすめできません。 この振る舞いは、PHP 8.4 以降は推奨されなくなっています。 - +
引数にnullを許容する古いやり方 diff --git a/reference/datetime/dateinterval/createfromdatestring.xml b/reference/datetime/dateinterval/createfromdatestring.xml index b573516bb0..fbeb2eb1b5 100644 --- a/reference/datetime/dateinterval/createfromdatestring.xml +++ b/reference/datetime/dateinterval/createfromdatestring.xml @@ -1,6 +1,6 @@ - + @@ -99,7 +99,7 @@ は DateMalformedIntervalStringException をスローするようになりました。 これより前のバージョンでは、 - 警告が発生して false を返していました。 + 警告が発生して &false; を返していました。 date_interval_create_from_date_string は変更されていません。 diff --git a/reference/datetime/datetime/modify.xml b/reference/datetime/datetime/modify.xml index 8305d6beed..a23e747243 100644 --- a/reference/datetime/datetime/modify.xml +++ b/reference/datetime/datetime/modify.xml @@ -1,6 +1,6 @@ - + @@ -87,7 +87,7 @@ は DateMalformedStringException をスローするようになりました。 これより前のバージョンでは、 - 警告が発生して false を返していました。 + 警告が発生して &false; を返していました。 date_modify は変更されていません。 diff --git a/reference/datetime/datetimeimmutable/modify.xml b/reference/datetime/datetimeimmutable/modify.xml index 9a2d667416..6d5981756b 100644 --- a/reference/datetime/datetimeimmutable/modify.xml +++ b/reference/datetime/datetimeimmutable/modify.xml @@ -1,6 +1,6 @@ - + @@ -78,7 +78,7 @@ は DateMalformedStringException をスローするようになりました。 これより前のバージョンでは、 - 警告が発生して false を返していました。 + 警告が発生して &false; を返していました。 diff --git a/reference/filter/constants.xml b/reference/filter/constants.xml index 311e353226..167d70007f 100644 --- a/reference/filter/constants.xml +++ b/reference/filter/constants.xml @@ -1,6 +1,6 @@ - + @@ -288,7 +288,7 @@ "1", 2進数、8進数、16進数記法の 1, 科学的記法を含む 1.0, - "true", true, + "true", &true;, "on", "yes" に対して、&true; を返します。 @@ -297,7 +297,7 @@ "0", 2進数、8進数、16進数記法の 0, 科学的記法を含む 0.0, - "false", false, + "false", &false;, "off", "no", "" に対して、&false; を返します。 diff --git a/reference/info/functions/ini-get.xml b/reference/info/functions/ini-get.xml index 20b6f11371..2744af2e88 100644 --- a/reference/info/functions/ini-get.xml +++ b/reference/info/functions/ini-get.xml @@ -1,6 +1,6 @@ - + @@ -37,11 +37,11 @@ &reftitle.returnvalues; - + 成功した場合に設定オプションの値、 - null 値の場合は空の文字列を返します。 + &null; 値の場合は空の文字列を返します。 その設定オプションが存在しない場合は &false; を返します。 - + diff --git a/reference/intl/ini.xml b/reference/intl/ini.xml index e67776344b..3cd6910c2f 100644 --- a/reference/intl/ini.xml +++ b/reference/intl/ini.xml @@ -1,6 +1,6 @@ - +
@@ -52,13 +52,13 @@ string - + 何も指定しなかった - (引数を省略したり NULL を渡したりした) 場合に intl 関数が使うロケール。 + (引数を省略したり &null; を渡したりした) 場合に intl 関数が使うロケール。 これは ICU のロケールであり、システムのロケールではありません。 組み込みの ICU ロケールとそのデータは、 で確認できます。 - + デフォルト値は空文字列で、これは ICU のデフォルトロケールを意味します。 いったん設定したら、ini の設定でこのデフォルト値に戻すことはできません。 diff --git a/reference/mbstring/functions/mb-strcut.xml b/reference/mbstring/functions/mb-strcut.xml index 2bbe744488..496338f63f 100644 --- a/reference/mbstring/functions/mb-strcut.xml +++ b/reference/mbstring/functions/mb-strcut.xml @@ -1,6 +1,6 @@ - + @@ -63,11 +63,11 @@ length - + バイト単位での長さ。 - 省略したり NULL を指定したりした場合は、 + 省略したり &null; を指定したりした場合は、 文字列の最後までの全バイトを取り出します。 - + length が負の場合、返される文字列は string の後ろから数えて diff --git a/reference/mbstring/functions/mb-substr.xml b/reference/mbstring/functions/mb-substr.xml index 0cf7e95729..7bdf867bfc 100644 --- a/reference/mbstring/functions/mb-substr.xml +++ b/reference/mbstring/functions/mb-substr.xml @@ -1,6 +1,6 @@ - + @@ -56,11 +56,11 @@ length - + string の中から取り出す最大文字数。 - 省略したり NULL を渡したりした場合は、 + 省略したり &null; を渡したりした場合は、 文字列の最後までの全文字を取り出します。 - + diff --git a/reference/pdo/constants.fetch-modes.xml b/reference/pdo/constants.fetch-modes.xml index 92914db9d0..c6132334d0 100644 --- a/reference/pdo/constants.fetch-modes.xml +++ b/reference/pdo/constants.fetch-modes.xml @@ -1,5 +1,5 @@ - +
フェッチモード @@ -1129,7 +1129,7 @@ object(TestEntity)#3 (4) { PDORow は、定義されていないプロパティやキーに - アクセスした場合、エラーや警告なしに NULL を返します。 + アクセスした場合、エラーや警告なしに &null; を返します。 これにより、タイプミスや期待されるデータを返さないクエリなどのエラーを 発見してデバッグすることが難しくなる可能性があります。 diff --git a/reference/pdo/pdo/getattribute.xml b/reference/pdo/pdo/getattribute.xml index 486425337d..53e8a7c7a2 100644 --- a/reference/pdo/pdo/getattribute.xml +++ b/reference/pdo/pdo/getattribute.xml @@ -1,6 +1,6 @@ - + @@ -69,10 +69,10 @@ &reftitle.returnvalues; - + コールに成功した場合は要求された PDO 属性の値を返します。 - コールに失敗した場合は null を返します。 - + コールに失敗した場合は &null; を返します。 + diff --git a/reference/reflection/reflectionenum/getbackingtype.xml b/reference/reflection/reflectionenum/getbackingtype.xml index 9aebf086c0..c48cf5df99 100644 --- a/reference/reflection/reflectionenum/getbackingtype.xml +++ b/reference/reflection/reflectionenum/getbackingtype.xml @@ -1,6 +1,6 @@ - + ReflectionEnum::getBackingType @@ -13,12 +13,12 @@ public ReflectionNamedTypenullReflectionEnum::getBackingType - + 列挙型が Backed Enum の場合、 このメソッドは 列挙型が依存する型を ReflectionType のインスタンスとして返します。 Backed Enum でない場合は、&null; を返します。 - + @@ -29,10 +29,10 @@ &reftitle.returnvalues; - + 列挙型が依存する型を ReflectionNamedType として返します。依存する型がない場合は、&null; を返します。 - + diff --git a/reference/win32service/rightinfo/get-full-username.xml b/reference/win32service/rightinfo/get-full-username.xml index 4a087d8d99..c4103dd13e 100644 --- a/reference/win32service/rightinfo/get-full-username.xml +++ b/reference/win32service/rightinfo/get-full-username.xml @@ -1,6 +1,6 @@ - + Win32Service\RightInfo::getFullUsername @@ -10,7 +10,7 @@ &reftitle.description; - final public nullstring Win32Service\RightInfo::getFullUsername + final public stringnull Win32Service\RightInfo::getFullUsername @@ -25,12 +25,11 @@ &reftitle.returnvalues; - + ドメインとユーザー名を返します。 - ドメインが null の場合は - ユーザー名を返します。ユーザー名も見つからない場合は、 - &null; を返します。 - + ドメインが &null; の場合は、ユーザー名のみを返します。 + ユーザー名が見つからない場合は、&null; を返します。 + From a724e3fc278f70b7beeda8fd7360fc128f4a0de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Sat, 11 Jul 2026 12:54:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?PECL=20=E6=8B=A1=E5=BC=B5=E3=81=AE=E7=B6=B4?= =?UTF-8?q?=E3=82=8A=E4=BF=AE=E6=AD=A3=E3=81=A8=20DocBook=20=E6=95=B4?= =?UTF-8?q?=E5=BD=A2=E3=82=92=E5=90=8C=E6=9C=9F=EF=BC=8814=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit php/doc-en@6047c10c1f (Fix codespell typos in actively maintained PECL extensions) の変更を反映。訳文の散文に変更はない。 - 英語の綴り修正は、日本語版に逐語コピーされたまま残っている英語(未訳の パラメータ説明・サンプルコード内のコメントや文字列)にのみ反映。和訳済みの 箇所は原文の綴り修正が訳文に影響しないため変更していない - あわせてルート要素の属性順(xmlns / xml:id)と para→simpara の整形をミラー - reference/oci8/ini.xml では oci8.prefetch_lob_size の Changeable の誤りを 修正(INI_ALL → INI_SYSTEM)。原文が当該行を書き換えている同期対象行であり、 INI_ALL は ini_set() で実行時に変更できるという原文と正反対の意味になる 対象: reference/imagick (10), reference/oci8 (2), reference/ibm_db2 (1), reference/memcached (1) --- reference/ibm_db2/functions/db2-escape-string.xml | 8 ++++---- reference/imagick/examples.xml | 2 +- reference/imagick/imagick/brightnesscontrastimage.xml | 6 +++--- reference/imagick/imagick/distortimage.xml | 4 ++-- reference/imagick/imagick/evaluateimage.xml | 8 ++++---- reference/imagick/imagick/extentimage.xml | 8 ++++---- reference/imagick/imagick/getimageproperties.xml | 4 ++-- reference/imagick/imagick/sigmoidalcontrastimage.xml | 10 +++++----- reference/imagick/imagick/trimimage.xml | 4 ++-- reference/imagick/imagickdraw/affine.xml | 6 +++--- .../imagick/imagickpixeliterator/resetiterator.xml | 8 ++++---- reference/memcached/memcached/ispersistent.xml | 2 +- .../oci8/functions/oci-get-implicit-resultset.xml | 6 +++--- reference/oci8/ini.xml | 4 ++-- 14 files changed, 40 insertions(+), 40 deletions(-) diff --git a/reference/ibm_db2/functions/db2-escape-string.xml b/reference/ibm_db2/functions/db2-escape-string.xml index e302f0edd1..8f00d6ec90 100644 --- a/reference/ibm_db2/functions/db2-escape-string.xml +++ b/reference/ibm_db2/functions/db2-escape-string.xml @@ -1,7 +1,7 @@ - - + + db2_escape_string @@ -63,7 +63,7 @@ if ($conn) { $str[0] = "All characters: \x00 , \n , \r , \ , ' , \" , \x1a ."; $str[1] = "Backslash (\). Single quote ('). Double quote (\")"; $str[2] = "The NULL character \0 must be quoted as well"; - $str[3] = "Intersting characters: \x1a , \x00 ."; + $str[3] = "Interesting characters: \x1a , \x00 ."; $str[4] = "Nothing to quote"; $str[5] = 200676; $str[6] = ""; @@ -81,7 +81,7 @@ if ($conn) { db2_escape_string: All characters: \0 , \n , \r , \\ , \' , \" , \Z . db2_escape_string: Backslash (\\). Single quote (\'). Double quote (\") db2_escape_string: The NULL character \0 must be quoted as well -db2_escape_string: Intersting characters: \Z , \0 . +db2_escape_string: Interesting characters: \Z , \0 . db2_escape_string: Nothing to quote db2_escape_string: 200676 db2_escape_string: diff --git a/reference/imagick/examples.xml b/reference/imagick/examples.xml index c82997508e..225a63f063 100644 --- a/reference/imagick/examples.xml +++ b/reference/imagick/examples.xml @@ -1,6 +1,6 @@ - + &reftitle.examples; diff --git a/reference/imagick/imagick/brightnesscontrastimage.xml b/reference/imagick/imagick/brightnesscontrastimage.xml index 2ed89b2b10..3a59b4e1c0 100644 --- a/reference/imagick/imagick/brightnesscontrastimage.xml +++ b/reference/imagick/imagick/brightnesscontrastimage.xml @@ -1,6 +1,6 @@ - + @@ -16,9 +16,9 @@ floatcontrast intchannelImagick::CHANNEL_DEFAULT - + 画像の明るさやコントラストを変更します。明るさとコントラストのパラメータを傾きと切片に変換し、多項式関数を呼び出して画像に適用します。 - + diff --git a/reference/imagick/imagick/distortimage.xml b/reference/imagick/imagick/distortimage.xml index ab4e0c94be..3f65ce81d3 100644 --- a/reference/imagick/imagick/distortimage.xml +++ b/reference/imagick/imagick/distortimage.xml @@ -1,7 +1,7 @@ - - + + Imagick::distortImage さまざまな方式で画像を歪める diff --git a/reference/imagick/imagick/evaluateimage.xml b/reference/imagick/imagick/evaluateimage.xml index f27fefc8a7..fa1a6de31c 100644 --- a/reference/imagick/imagick/evaluateimage.xml +++ b/reference/imagick/imagick/evaluateimage.xml @@ -1,8 +1,8 @@ - + - + Imagick::evaluateImage 式を画像に適用する @@ -16,11 +16,11 @@ floatconstant intchannelImagick::CHANNEL_DEFAULT - + 算術演算、関係演算、論理演算などを画像に適用します。 これらの演算子を使用すると、画像の明度を変えたりコントラストを変えたり、 あるいは画像の "ネガ" を作成したりすることができます。 - + diff --git a/reference/imagick/imagick/extentimage.xml b/reference/imagick/imagick/extentimage.xml index 1290b272c3..e5cb9cbed6 100644 --- a/reference/imagick/imagick/extentimage.xml +++ b/reference/imagick/imagick/extentimage.xml @@ -1,7 +1,7 @@ - - + + Imagick::extentImage 画像のサイズを設定する @@ -24,7 +24,7 @@ - + ImageMagick 6.5.7-8 (1623) より前のバージョンでは、$x は、左にシフトするときが正で右にシフトするときが負でした。 また $y は、上にシフトするときが正で下にシフトするときが負でした。 @@ -34,7 +34,7 @@ そして ImageMagick 6.5.7-8 (1623) から ImageMagick 6.6.9-7 (1641) までのどこかで、$x と $y の座標が再び反転して、ImageMagick 6.5.7-8 (1623) より前のバージョンと同じ状態に戻りました。 - + diff --git a/reference/imagick/imagick/getimageproperties.xml b/reference/imagick/imagick/getimageproperties.xml index 665cde39e4..350d290f63 100644 --- a/reference/imagick/imagick/getimageproperties.xml +++ b/reference/imagick/imagick/getimageproperties.xml @@ -1,7 +1,7 @@ - - + + Imagick::getImageProperties 画像のプロパティを返す diff --git a/reference/imagick/imagick/sigmoidalcontrastimage.xml b/reference/imagick/imagick/sigmoidalcontrastimage.xml index 211dd6d049..b6a25b3daa 100644 --- a/reference/imagick/imagick/sigmoidalcontrastimage.xml +++ b/reference/imagick/imagick/sigmoidalcontrastimage.xml @@ -1,8 +1,8 @@ - + - + Imagick::sigmoidalContrastImage 画像のコントラストを調整する @@ -56,9 +56,9 @@ beta - - Where the midpoint of the gradient will be. This value should be in the range 0 to 1 - mutliplied by the quantum value for ImageMagick. - + + Where the midpoint of the gradient will be. This value should be in the range 0 to 1 - multiplied by the quantum value for ImageMagick. + diff --git a/reference/imagick/imagick/trimimage.xml b/reference/imagick/imagick/trimimage.xml index b11b58f3af..2d526d4b93 100644 --- a/reference/imagick/imagick/trimimage.xml +++ b/reference/imagick/imagick/trimimage.xml @@ -1,8 +1,8 @@ - + - + Imagick::trimImage 画像の輪郭を削除する diff --git a/reference/imagick/imagickdraw/affine.xml b/reference/imagick/imagickdraw/affine.xml index 4ae4f32efe..88b4bfef28 100644 --- a/reference/imagick/imagickdraw/affine.xml +++ b/reference/imagick/imagickdraw/affine.xml @@ -1,7 +1,7 @@ - - + + ImagickDraw::affine 現在のアフィン変換行列を設定する @@ -79,7 +79,7 @@ function affine($strokeColor, $fillColor, $backgroundColor) { //Translate (offset) the drawing $affineTranslate = array("sx" => 1, "sy" => 1, "rx" => 0, "ry" => 0, "tx" => 30, "ty" => 30); - //The identiy affine matrix + //The identity affine matrix $affineIdentity = array("sx" => 1, "sy" => 1, "rx" => 0, "ry" => 0, "tx" => 0, "ty" => 0); $examples = [$affineScale, $affineShear, $affineRotate, $affineTranslate, $affineIdentity,]; diff --git a/reference/imagick/imagickpixeliterator/resetiterator.xml b/reference/imagick/imagickpixeliterator/resetiterator.xml index 985bd3efb7..8c3dd53268 100644 --- a/reference/imagick/imagickpixeliterator/resetiterator.xml +++ b/reference/imagick/imagickpixeliterator/resetiterator.xml @@ -1,7 +1,7 @@ - - + + ImagickPixelIterator::resetIterator pixel iterator をリセットする @@ -44,7 +44,7 @@ function resetIterator($imagePath) { $imageIterator = $imagick->getPixelIterator(); - /* Loop trough pixel rows */ + /* Loop through pixel rows */ foreach ($imageIterator as $pixels) { /* Loop through the pixels in the row (columns) */ foreach ($pixels as $column => $pixel) { @@ -61,7 +61,7 @@ function resetIterator($imagePath) { $imageIterator->resetiterator(); - /* Loop trough pixel rows */ + /* Loop through pixel rows */ foreach ($imageIterator as $pixels) { /* Loop through the pixels in the row (columns) */ foreach ($pixels as $column => $pixel) { diff --git a/reference/memcached/memcached/ispersistent.xml b/reference/memcached/memcached/ispersistent.xml index 98ac3ade51..faaa6ec6c6 100644 --- a/reference/memcached/memcached/ispersistent.xml +++ b/reference/memcached/memcached/ispersistent.xml @@ -1,6 +1,6 @@ - + Memcached::isPersistent diff --git a/reference/oci8/functions/oci-get-implicit-resultset.xml b/reference/oci8/functions/oci-get-implicit-resultset.xml index 725eb6e7dc..b59344b086 100644 --- a/reference/oci8/functions/oci-get-implicit-resultset.xml +++ b/reference/oci8/functions/oci-get-implicit-resultset.xml @@ -1,6 +1,6 @@ - + @@ -15,14 +15,14 @@ resourcefalseoci_get_implicit_resultset resourcestatement - + ストアドまたは匿名の Oracle PL/SQL ブロックを実行後、 クエリの結果の連続したセットを取得するために使用されます。 そのブロックは、Oracle Database 12 (またはそれ以降) の DBMS_SQL.RETURN_RESULT PL/SQL 関数によりクエリの結果を返します。 これにより、PL/SQL ブロックはクエリ結果を簡単に返すことができます。 - + 子ステートメントは、任意の OCI8 取得関数とともに使用できます。 その関数は、oci_fetchoci_fetch_all、 diff --git a/reference/oci8/ini.xml b/reference/oci8/ini.xml index 522faaacf3..1d0ff9d59c 100644 --- a/reference/oci8/ini.xml +++ b/reference/oci8/ini.xml @@ -1,6 +1,6 @@ - +
&reftitle.runtime; @@ -63,7 +63,7 @@ oci8.prefetch_lob_size "0" - INI_ALL + INI_SYSTEM PECL OCI8 3.2 以降で利用可能