diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index 78815d28fa..ca1e62c498 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -263,7 +263,6 @@ - MYSQLI_STORE_RESULT_COPY_DATA @@ -271,17 +270,17 @@ - As of PHP 8.1, this constants no longer has any effect. - Before PHP 8.1, this constant is used to copy results - from the internal mysqlnd buffer - into the PHP variables fetched. - By default, mysqlnd will use a reference logic - to avoid copying and duplicating results held in memory. - For certain result sets, for example, result sets with many small rows, - the copy approach can reduce the overall memory usage - because PHP variables holding results may be released earlier. - Available with mysqlnd only. - Deprecated as of PHP 8.4.0. + PHP 8.1 以降、この定数はもはや意味をなしません。 + PHP 8.1 より前は、 + mysqlnd の内部バッファに格納されたフェッチ結果を + PHP 変数へコピーするために使用されていました。 + デフォルトでは mysqlnd は、メモリ内の結果を + 重複させないようにコピーではなく参照ロジックを使用します。 + しかし、特定の結果セット、たとえば多数の小さな行を持つ結果セットでは、 + PHP 変数を個別で早期に解放できるコピー方式の方が + 全体的なメモリ使用量を削減る可能性があります。 + mysqlnd のみで利用可能です。 + PHP 8.4.0 で非推奨となりました。 @@ -820,7 +819,7 @@ - Field is defined as VECTOR. + フィールドは VECTOR と定義されています。 @@ -861,7 +860,7 @@ - Removed as of PHP 8.4.0. + PHP 8.4.0 で削除されました。 @@ -892,7 +891,7 @@ - Removed as of PHP 8.4.0. + PHP 8.4.0 で削除されました。 @@ -913,7 +912,7 @@ - Removed as of PHP 8.4.0. + PHP 8.4.0 で削除されました。 @@ -1021,7 +1020,7 @@ 権限テーブルをリフレッシュします。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1034,7 +1033,7 @@ ログをフラッシュします。SQLFLUSH LOGS を実行するのと同じです。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1047,7 +1046,7 @@ テーブルキャッシュをフラッシュします。SQLFLUSH TABLES を実行するのと同じです。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1060,7 +1059,7 @@ ホストキャッシュをフラッシュします。SQLFLUSH HOSTS を実行するのと同じです。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1072,7 +1071,7 @@ MYSQLI_REFRESH_SLAVE のエイリアスです。 - PHP 8.1.0 以降で利用可能です。Deprecated as of PHP 8.4.0. + PHP 8.1.0 以降で利用可能です。PHP 8.4.0 で非推奨となりました。 @@ -1085,7 +1084,7 @@ 状態変数をリセットします。SQLFLUSH STATUS を実行するのと同じです。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1097,7 +1096,7 @@ スレッドキャッシュをフラッシュします。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1112,7 +1111,7 @@ マスタサーバーの情報をリセットしてスレーブを再起動します。 SQLRESET SLAVE を実行するのと同じです。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1127,7 +1126,7 @@ バイナリログインデックスにあるバイナリログファイルを削除してインデックスファイルを切り詰めます。 SQLRESET MASTER を実行するのと同じです。 - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 @@ -1140,7 +1139,7 @@ Closes and reopens the backup log files. - Deprecated as of PHP 8.4.0. + PHP 8.4.0 で非推奨となりました。 diff --git a/reference/mysqli/mysqli/kill.xml b/reference/mysqli/mysqli/kill.xml index 38f6bb8cd5..471ca476ae 100644 --- a/reference/mysqli/mysqli/kill.xml +++ b/reference/mysqli/mysqli/kill.xml @@ -73,9 +73,9 @@ 8.4.0 - Both mysqli::kill and - mysqli_kill are now deprecated. Use the - KILL SQL command instead. + mysqli::kill と + mysqli_kill は非推奨となりました。代わりに + KILL SQL コマンドを使用してください。 diff --git a/reference/mysqli/mysqli/ping.xml b/reference/mysqli/mysqli/ping.xml index 583d6e4c42..12be9a7cfd 100644 --- a/reference/mysqli/mysqli/ping.xml +++ b/reference/mysqli/mysqli/ping.xml @@ -78,10 +78,10 @@ 8.4.0 - Both mysqli::ping and - mysqli_ping are now deprecated. - The reconnect feature has not been available - as of PHP 8.2.0, making this function obsolete. + mysqli::ping と + mysqli_ping は非推奨となりました。 + reconnect 機能は + PHP 8.2.0 で廃止されたため、この関数はもはや不要です。 diff --git a/reference/mysqli/mysqli/refresh.xml b/reference/mysqli/mysqli/refresh.xml index 610aa218ce..66fab7a7ca 100644 --- a/reference/mysqli/mysqli/refresh.xml +++ b/reference/mysqli/mysqli/refresh.xml @@ -74,9 +74,9 @@ 8.4.0 - Both mysqli::refresh and - mysqli_refresh are now deprecated. - Use FLUSH SQL commands instead. + mysqli::refresh と + mysqli_refresh は非推奨となりました。代わりに + FLUSH SQL コマンドを使用してください。 diff --git a/reference/mysqli/mysqli/store-result.xml b/reference/mysqli/mysqli/store-result.xml index a54d825b1f..fb1a31b3d6 100644 --- a/reference/mysqli/mysqli/store-result.xml +++ b/reference/mysqli/mysqli/store-result.xml @@ -113,8 +113,8 @@ 8.4.0 - Passing the mode parameter is now deprecated. - The parameter has had no effect as of PHP 8.1.0. + mode パラメータの指定は非推奨となりました。 + PHP 8.1 以降では、このパラメータを指定しても意味はありません。 diff --git a/reference/mysqli/mysqli_stmt/attr-set.xml b/reference/mysqli/mysqli_stmt/attr-set.xml index 7dea5ecc97..c0fe9c56fa 100644 --- a/reference/mysqli/mysqli_stmt/attr-set.xml +++ b/reference/mysqli/mysqli_stmt/attr-set.xml @@ -71,7 +71,7 @@ カーソルの使用時にサーバーからいちどに取得する行数。 value に指定できる値の範囲は 1 から unsigned long の最大値までで、デフォルトは 1 です。 - Removed as of PHP 8.4.0. + PHP 8.4.0 で削除されました。