Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.
Name | Standard | Veränderbar | Changelog |
---|---|---|---|
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 |
Hier eine kurze Erklärung der Konfigurationsoptionen:
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