Download the PHP package pingan001/ide-helper-swoole-pg without Composer
On this page you can find all versions of the php package pingan001/ide-helper-swoole-pg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pingan001/ide-helper-swoole-pg
More information about pingan001/ide-helper-swoole-pg
Files in pingan001/ide-helper-swoole-pg
Download pingan001/ide-helper-swoole-pg
More information about pingan001/ide-helper-swoole-pg
Files in pingan001/ide-helper-swoole-pg
Vendor pingan001
Package ide-helper-swoole-pg
Short Description IDE help files for Swoole.
License Apache-2.0
Package ide-helper-swoole-pg
Short Description IDE help files for Swoole.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package ide-helper-swoole-pg
Swoole IDE Helper
This package contains IDE help files for Swoole. You may use it in your IDE to provide accurate autocompletion.
Install
You can add this package to your project using Composer:
To use the latest stubs from the master
branch:
PHP Configuration Settings
swoole.display_errors
: Boolean. DefaultOn
. Display/hide error information from Swoole.swoole.enable_coroutine
: Boolean. DefaultOn
. Turn on/off coroutine support.swoole.enable_library
: Boolean. DefaultOn
. Load the source code from Swoole Library or not.swoole.enable_preemptive_scheduler
: Boolean. DefaultOff
. Enable preemptive scheduler or not. To understand how it works, please check examples under section "CPU-intensive job scheduling" of repository deminy/swoole-by-examples.swoole.unixsock_buffer_size
: Integer (in bytes). By default, it's 256 KiB on Macintosh or FreeBSD, otherwise 8 MiB. The total buffer sizes for the socket connections between the master process and the worker processes in Swoole.swoole.use_shortname
: Boolean. DefaultOn
. Support short names or not. Short names are all the aliases listed in file src/swoole/shortnames.php.
All the directives can be set anywhere except swoole.use_shortname
, which can only be set in php.ini
files.
All versions of ide-helper-swoole-pg with dependencies
PHP Build Version
Package Version
No informations.
The package pingan001/ide-helper-swoole-pg contains the following files
Loading the files please wait ....