mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de> Signed-off-by: Christoph M. Becker <cmbecker69@gmx.de>
921 lines
64 KiB
XML
921 lines
64 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!--
|
|
Do NOT translate this file
|
|
-->
|
|
|
|
<versions>
|
|
<!-- Functions -->
|
|
<function name='swoole_version' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_cpu_num' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_last_error' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_add' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_del' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_exit' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_wait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_event_defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_timer_after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_timer_tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_timer_exists' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_timer_clear' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_async_set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_async_read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_async_write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_async_readfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_async_writefile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_async_dns_lookup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_client_select' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_select' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_set_process_name' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_get_local_ip' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_strerror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_errno' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_load_module' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole_clear_error' from='PECL swoole >= 4.6.0'/>
|
|
<function name='swoole_error_log' from='PECL swoole >= 4.5.8'/>
|
|
<!-- Classes and Methods -->
|
|
|
|
<function name='swoole\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\timer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::exists' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::clear' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\timer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::exists' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\timer::clear' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\event' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::add' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::del' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::exit' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::wait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::defer' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\event' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::add' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::del' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::exit' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::wait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\event::defer' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\async' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::readfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::writefile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::dnslookup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::set' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\async' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::readfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::writefile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::dnslookup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\async::set' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\connection\iterator' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::rewind' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::next' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::current' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::key' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::valid' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::count' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetexists' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetget' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetset' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetunset' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\connection\iterator' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::rewind' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::next' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::current' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::key' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::valid' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::count' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetexists' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetget' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetset' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\connection\iterator::offsetunset' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\exception' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__clone' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__wakeup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getcode' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getline' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::gettrace' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getprevious' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::gettraceasstring' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__tostring' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\exception' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__clone' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__wakeup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getcode' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getline' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::gettrace' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::getprevious' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::gettraceasstring' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\exception::__tostring' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\server\port' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\server\port' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\server\port::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\client' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::connect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::recv' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::pipe' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::sleep' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::wakeup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::isconnected' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::getsockname' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::getpeername' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\client' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::connect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::recv' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::pipe' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::sleep' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::wakeup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::isconnected' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::getsockname' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::getpeername' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\client::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\coroutine\client' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::__construct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::__destruct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::set' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::connect' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::recv' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::send' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::sendfile' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::sendto' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::isconnected' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::getsockname' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::getpeername' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::close' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine\client' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::__construct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::__destruct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::set' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::connect' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::recv' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::send' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::sendfile' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::sendto' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::isconnected' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::getsockname' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::getpeername' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\client::close' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine\mysql' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::__construct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::__destruct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::connect' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::query' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::recv' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::setdefer' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::getdefer' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql::close' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine\mysql\exception' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::__clone' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::__construct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::__wakeup' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::getmessage' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::getcode' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::getfile' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::getline' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::gettrace' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::getprevious' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::gettraceasstring' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\mysql\exception::__tostring' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine\http\client' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::__construct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::__destruct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::set' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setmethod' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setheaders' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setcookies' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setdata' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::execute' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::get' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::post' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::addfile' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::isconnected' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::close' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setdefer' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::getdefer' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::recv' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine\http\client' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::__construct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::__destruct' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::set' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setmethod' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setheaders' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setcookies' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setdata' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::execute' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::get' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::post' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::addfile' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::isconnected' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::close' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::setdefer' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::getdefer' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine\http\client::recv' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::create' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::cli_wait' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::suspend' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::resume' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::getuid' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::call_user_func' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::call_user_func_array' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\coroutine' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::create' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::cli_wait' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::suspend' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::resume' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::getuid' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::call_user_func' from='PECL swoole >= 2.0.0'/>
|
|
<function name='swoole\coroutine::call_user_func_array' from='PECL swoole >= 2.0.0'/>
|
|
|
|
<function name='swoole\http\client' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setmethod' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setheaders' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setcookies' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setdata' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::addfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::execute' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::get' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::post' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::upgrade' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::download' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::isconnected' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\client' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setmethod' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setheaders' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setcookies' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::setdata' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::addfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::execute' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::get' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::post' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::upgrade' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::download' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::isconnected' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\client::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\process' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::wait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::signal' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::alarm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::kill' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::daemon' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::usequeue' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::statqueue' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::freequeue' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::pop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::exit' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::exec' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::name' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\process' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::wait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::signal' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::alarm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::kill' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::daemon' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::usequeue' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::statqueue' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::freequeue' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::pop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::exit' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::exec' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\process::name' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\table' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::column' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::create' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::destroy' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::get' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::count' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::del' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::incr' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::decr' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::rewind' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::next' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::current' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::key' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::valid' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\table' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::column' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::create' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::destroy' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::get' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::count' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::del' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::incr' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::decr' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::rewind' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::next' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::current' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::key' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\table::valid' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\lock' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::lock' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::trylock' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::lock_read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::trylock_read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::unlock' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\lock' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::lock' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::trylock' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::lock_read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::trylock_read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\lock::unlock' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\atomic' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::add' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::sub' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::get' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::cmpset' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\atomic' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::add' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::sub' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::get' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\atomic::cmpset' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\response' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::initheader' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::cookie' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::rawcookie' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::status' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::gzip' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::header' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::end' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\response' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::initheader' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::cookie' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::rawcookie' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::status' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::gzip' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::header' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::end' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\response::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\request' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\request::rawcontent' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\request::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\http\request' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\request::rawcontent' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\http\request::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\buffer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::__tostring' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::substr' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::append' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::expand' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::recycle' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::clear' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\buffer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::__tostring' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::substr' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::write' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::read' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::append' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::expand' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::recycle' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\buffer::clear' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\websocket\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::pack' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::unpack' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\websocket\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::pack' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::unpack' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\websocket\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\websocket\frame' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\websocket\frame' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\mysql' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::connect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::query' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::getbuffer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\mysql' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::connect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::query' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::getbuffer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql::on' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\mysql\exception' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__clone' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__wakeup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getcode' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getline' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::gettrace' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getprevious' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::gettraceasstring' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__tostring' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\mysql\exception' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__clone' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__wakeup' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getcode' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getline' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::gettrace' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::getprevious' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::gettraceasstring' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mysql\exception::__tostring' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\module' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\module' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\mmap' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mmap::open' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\mmap' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\mmap::open' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\channel' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::pop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::stats' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\channel' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::__destruct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::push' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::pop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\channel::stats' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\serialize' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\serialize::pack' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\serialize::unpack' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\serialize' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\serialize::pack' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\serialize::unpack' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\redis\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sethandler' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::format' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
|
|
<function name='swoole\redis\server' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::start' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sethandler' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::format' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::__construct' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::listen' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::addlistener' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::on' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::set' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::send' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendto' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::exist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::protect' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendfile' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::close' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::confirm' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::pause' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::resume' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::task' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::taskwait' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::taskwaitmulti' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::finish' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::reload' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::shutdown' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::stop' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::getlasterror' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::heartbeat' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::connection_info' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::connection_list' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::getclientinfo' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::getclientlist' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::after' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::tick' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::cleartimer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::defer' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::sendmessage' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::addprocess' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::stats' from='PECL swoole >= 1.9.0'/>
|
|
<function name='swoole\redis\server::bind' from='PECL swoole >= 1.9.0'/>
|
|
</versions>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|