PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

実行時設定 | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

実行時設定

php.ini の設定により動作が変化します。

Swoole 設定オプション
名前 デフォルト 変更可能 変更履歴
swoole.aio_thread_num 2 PHP_INI_ALL
swoole.display_errors On PHP_INI_ALL
swoole.fast_serialize Off PHP_INI_ALL
swoole.unixsock_buffer_size 8388608 PHP_INI_ALL
swoole.use_namespace On PHP_INI_SYSTEM

以下に設定ディレクティブに関する 簡単な説明を示します。

swoole.aio_thread_num integer

POSIX asynchronous I/O thread number

swoole.display_errors string

This determines whether Swoole errors should be printed to the screen.

swoole.fast_serialize string

Whether to enable Swoole fast_serialize.

swoole.unixsock_buffer_size integer

Buffer size of Unix socket.

swoole.use_namespace string

Whether to use PHP namespaces


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「実行時設定」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | 実行時設定」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: