Skip to content

Commit

Permalink
行バッファリングとフルバッファリングの訳注を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed May 19, 2024
1 parent ab0f277 commit 91745be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reference/outcontrol/output-buffering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
PHP は、出力をフラッシュする際に、
基礎となる ソフトウェア/ハードウェア のインフラストラクチャに依存します。
コマンドライン上のコンソールで実装されているバッファリング
(例: 行バッファリング) や Web のコンテキストにおける ウェブサーバー
やブラウザが実装するバッファリング(例: 完全バッファリング) は、
(例: (訳注: 改行されるごとにフラッシュされる) 行バッファリング)
や Web のコンテキストにおける ウェブサーバー やブラウザが実装するバッファリング
(例: (訳注:バッファが一杯になったらフラッシュされる) フルバッファリング) は、
エンドユーザーに出力を表示するタイミングに影響を与えます。
サーバの設定を微調整したり、
さまざまなレイヤーのバッファサイズを揃えたりすることで、これらの影響のいくつかを取り除くことができます。
Expand Down

0 comments on commit 91745be

Please sign in to comment.