Extension [ extension #123 swoole version 1.8.12 ] { - INI { Entry [ swoole.aio_thread_num ] Current = '2' } Entry [ swoole.display_errors ] Current = 'On' } Entry [ swoole.use_namespace ] Current = 'Off' } Entry [ swoole.message_queue_key ] Current = '0' } Entry [ swoole.unixsock_buffer_size ] Current = '8388608' } } - Constants [58] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } Constant [ integer SWOOLE_IPC_MSGQUEUE ] { 2 } Constant [ integer SWOOLE_IPC_PREEMPTIVE ] { 3 } Constant [ integer SWOOLE_SOCK_TCP ] { 1 } Constant [ integer SWOOLE_SOCK_TCP6 ] { 3 } Constant [ integer SWOOLE_SOCK_UDP ] { 2 } Constant [ integer SWOOLE_SOCK_UDP6 ] { 4 } Constant [ integer SWOOLE_SOCK_UNIX_DGRAM ] { 5 } Constant [ integer SWOOLE_SOCK_UNIX_STREAM ] { 6 } Constant [ integer SWOOLE_TCP ] { 1 } Constant [ integer SWOOLE_TCP6 ] { 3 } Constant [ integer SWOOLE_UDP ] { 2 } Constant [ integer SWOOLE_UDP6 ] { 4 } Constant [ integer SWOOLE_UNIX_DGRAM ] { 5 } Constant [ integer SWOOLE_UNIX_STREAM ] { 6 } Constant [ integer SWOOLE_SOCK_SYNC ] { 0 } Constant [ integer SWOOLE_SOCK_ASYNC ] { 1 } Constant [ integer SWOOLE_SYNC ] { 2048 } Constant [ integer SWOOLE_ASYNC ] { 1024 } Constant [ integer SWOOLE_KEEP ] { 4096 } Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_SSLv3_METHOD ] { 1 } Constant [ integer SWOOLE_SSLv3_SERVER_METHOD ] { 2 } Constant [ integer SWOOLE_SSLv3_CLIENT_METHOD ] { 3 } Constant [ integer SWOOLE_SSLv23_METHOD ] { 0 } Constant [ integer SWOOLE_SSLv23_SERVER_METHOD ] { 4 } Constant [ integer SWOOLE_SSLv23_CLIENT_METHOD ] { 5 } Constant [ integer SWOOLE_TLSv1_METHOD ] { 6 } Constant [ integer SWOOLE_TLSv1_SERVER_METHOD ] { 7 } Constant [ integer SWOOLE_TLSv1_CLIENT_METHOD ] { 8 } Constant [ integer SWOOLE_TLSv1_1_METHOD ] { 9 } Constant [ integer SWOOLE_TLSv1_1_SERVER_METHOD ] { 10 } Constant [ integer SWOOLE_TLSv1_1_CLIENT_METHOD ] { 11 } Constant [ integer SWOOLE_TLSv1_2_METHOD ] { 12 } Constant [ integer SWOOLE_TLSv1_2_SERVER_METHOD ] { 13 } Constant [ integer SWOOLE_TLSv1_2_CLIENT_METHOD ] { 14 } Constant [ integer SWOOLE_DTLSv1_METHOD ] { 15 } Constant [ integer SWOOLE_DTLSv1_SERVER_METHOD ] { 16 } Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } Constant [ string SWOOLE_VERSION ] { 1.8.12 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } Constant [ integer SWOOLE_MUTEX ] { 3 } Constant [ integer SWOOLE_SEM ] { 4 } Constant [ integer SWOOLE_RWLOCK ] { 1 } Constant [ integer SWOOLE_SPINLOCK ] { 5 } Constant [ integer WEBSOCKET_OPCODE_TEXT ] { 1 } Constant [ integer WEBSOCKET_OPCODE_BINARY ] { 2 } Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 } Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 } Constant [ integer WEBSOCKET_STATUS_ACTIVE ] { 3 } } - Functions { Function [ function swoole_version ] { } Function [ function swoole_cpu_num ] { } Function [ function swoole_event_add ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $cb ] } } Function [ function swoole_event_set ] { } Function [ function swoole_event_del ] { - Parameters [1] { Parameter #0 [ $fd ] } } Function [ function swoole_event_exit ] { - Parameters [0] { } } Function [ function swoole_event_wait ] { - Parameters [0] { } } Function [ function swoole_event_write ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $data ] } } Function [ function swoole_event_defer ] { - Parameters [1] { Parameter #0 [ $callback ] } } Function [ function swoole_timer_after ] { - Parameters [3] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] Parameter #2 [ $param ] } } Function [ function swoole_timer_tick ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] } } Function [ function swoole_timer_exists ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } Function [ function swoole_timer_clear ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } Function [ function swoole_async_set ] { - Parameters [1] { Parameter #0 [ $settings ] } } Function [ function swoole_async_read ] { - Parameters [4] { Parameter #0 [ $filename ] Parameter #1 [ $callback ] Parameter #2 [ $chunk_size ] Parameter #3 [ $offset ] } } Function [ function swoole_async_write ] { - Parameters [4] { Parameter #0 [ $filename ] Parameter #1 [ $content ] Parameter #2 [ $offset ] Parameter #3 [ $callback ] } } Function [ function swoole_async_readfile ] { - Parameters [2] { Parameter #0 [ $filename ] Parameter #1 [ $callback ] } } Function [ function swoole_async_writefile ] { - Parameters [3] { Parameter #0 [ $filename ] Parameter #1 [ $content ] Parameter #2 [ $callback ] } } Function [ function swoole_async_dns_lookup ] { - Parameters [2] { Parameter #0 [ $domain_name ] Parameter #1 [ $content ] } } Function [ function swoole_client_select ] { - Parameters [4] { Parameter #0 [ $read_array ] Parameter #1 [ $write_array ] Parameter #2 [ $error_array ] Parameter #3 [ $timeout ] } } Function [ function swoole_select ] { - Parameters [4] { Parameter #0 [ $read_array ] Parameter #1 [ $write_array ] Parameter #2 [ $error_array ] Parameter #3 [ $timeout ] } } Function [ function swoole_set_process_name ] { - Parameters [1] { Parameter #0 [ $process_name ] } } Function [ function swoole_get_local_ip ] { - Parameters [0] { } } Function [ function swoole_strerror ] { - Parameters [1] { Parameter #0 [ $errno ] } } Function [ function swoole_errno ] { - Parameters [0] { } } Function [ function swoole_load_module ] { } } - Classes [22] { Class [ class swoole_server ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [38] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $mode ] Parameter #3 [ $sock_type ] } } Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method on ] { - Parameters [2] { Parameter #0 [ $name ] Parameter #1 [ $cb ] } } Method [ public method set ] { - Parameters [1] { Parameter #0 [ $zset ] } } Method [ public method start ] { - Parameters [0] { } } Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] Parameter #2 [ $from_id ] } } Method [ public method sendto ] { - Parameters [3] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] } } Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $send_data ] } } Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $is_protected ] } } Method [ public method sendfile ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] } } Method [ public method close ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method task ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $worker_id ] } } Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ $timeout ] Parameter #2 [ $worker_id ] } } Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ $tasks ] Parameter #1 [ $timeout ] } } Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method reload ] { - Parameters [0] { } } Method [ public method shutdown ] { - Parameters [0] { } } Method [ public method stop ] { - Parameters [0] { } } Method [ public method getLastError ] { - Parameters [0] { } } Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $from_id ] } } Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] Parameter #1 [ $find_count ] } } Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $from_id ] } } Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] Parameter #1 [ $find_count ] } } Method [ public method after ] { - Parameters [3] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] Parameter #2 [ $param ] } } Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] } } Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } Method [ public method defer ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method sendMessage ] { } Method [ public method addProcess ] { } Method [ public method stats ] { } Method [ public method getSocket ] { } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $uid ] } } } } Class [ class swoole_timer ] { - Constants [0] { } - Static properties [0] { } - Static methods [4] { Method [ static public method tick ] { - Parameters [3] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] Parameter #2 [ $param ] } } Method [ static public method after ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] } } Method [ static public method exists ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } Method [ static public method clear ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } } - Properties [0] { } - Methods [0] { } } Class [ class swoole_event ] { - Constants [0] { } - Static properties [0] { } - Static methods [7] { Method [ static public method add ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $cb ] } } Method [ static public method del ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ static public method set ] { - Parameters [0] { } } Method [ static public method exit ] { - Parameters [0] { } } Method [ static public method write ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $data ] } } Method [ static public method wait ] { - Parameters [0] { } } Method [ static public method defer ] { - Parameters [1] { Parameter #0 [ $callback ] } } } - Properties [0] { } - Methods [0] { } } Class [ class swoole_async ] { - Constants [0] { } - Static properties [0] { } - Static methods [6] { Method [ static public method read ] { - Parameters [4] { Parameter #0 [ $filename ] Parameter #1 [ $callback ] Parameter #2 [ $chunk_size ] Parameter #3 [ $offset ] } } Method [ static public method write ] { - Parameters [4] { Parameter #0 [ $filename ] Parameter #1 [ $content ] Parameter #2 [ $offset ] Parameter #3 [ $callback ] } } Method [ static public method readFile ] { - Parameters [2] { Parameter #0 [ $filename ] Parameter #1 [ $callback ] } } Method [ static public method writeFile ] { - Parameters [3] { Parameter #0 [ $filename ] Parameter #1 [ $content ] Parameter #2 [ $callback ] } } Method [ static public method dnsLookup ] { - Parameters [2] { Parameter #0 [ $domain_name ] Parameter #1 [ $content ] } } Method [ static public method set ] { - Parameters [1] { Parameter #0 [ $settings ] } } } - Properties [0] { } - Methods [0] { } } Class [ class swoole_connection_iterator implements Iterator, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method rewind ] { - Parameters [0] { } } Method [ public method next ] { - Parameters [0] { } } Method [ public method current ] { - Parameters [0] { } } Method [ public method key ] { - Parameters [0] { } } Method [ public method valid ] { - Parameters [0] { } } Method [ public method count ] { - Parameters [0] { } } } } Class [ class swoole_server_port ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ private method __construct ] { } Method [ public method __destruct ] { } Method [ public method set ] { } Method [ public method on ] { } Method [ public method getSocket ] { } } } Class [ class swoole_client ] { - Constants [4] { Constant [ integer MSG_OOB ] { 1 } Constant [ integer MSG_PEEK ] { 2 } Constant [ integer MSG_DONTWAIT ] { 64 } Constant [ integer MSG_WAITALL ] { 256 } } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $errCode ] Property [ public $sock ] Property [ public $reuse ] } - Methods [21] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method set ] { } Method [ public method connect ] { } Method [ public method recv ] { } Method [ public method send ] { } Method [ public method sendfile ] { } Method [ public method sendto ] { } Method [ public method sleep ] { } Method [ public method wakeup ] { } Method [ public method pause ] { } Method [ public method resume ] { } Method [ public method enableSSL ] { } Method [ public method getPeerCert ] { } Method [ public method verifyPeerCert ] { } Method [ public method isConnected ] { } Method [ public method getsockname ] { } Method [ public method getpeername ] { } Method [ public method close ] { } Method [ public method on ] { } Method [ public method getSocket ] { } } } Class [ class swoole_http_client ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public $errCode ] Property [ public $sock ] } - Methods [16] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method set ] { } Method [ public method setMethod ] { } Method [ public method setHeaders ] { } Method [ public method setCookies ] { } Method [ public method setData ] { } Method [ public method addFile ] { } Method [ public method execute ] { } Method [ public method push ] { } Method [ public method get ] { } Method [ public method post ] { } Method [ public method upgrade ] { } Method [ public method isConnected ] { } Method [ public method close ] { } Method [ public method on ] { } } } Class [ class swoole_process ] { - Constants [0] { } - Static properties [0] { } - Static methods [5] { Method [ static public method wait ] { } Method [ static public method signal ] { } Method [ static public method kill ] { } Method [ static public method daemon ] { } Method [ static public method setaffinity ] { } } - Properties [0] { } - Methods [14] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method useQueue ] { } Method [ public method statQueue ] { } Method [ public method freeQueue ] { } Method [ public method start ] { } Method [ public method write ] { } Method [ public method close ] { } Method [ public method read ] { } Method [ public method push ] { } Method [ public method pop ] { } Method [ public method exit ] { } Method [ public method exec ] { } Method [ public method name ] { } } } Class [ class swoole_table implements Iterator, Traversable, Countable ] { - Constants [3] { Constant [ integer TYPE_INT ] { 1 } Constant [ integer TYPE_STRING ] { 7 } Constant [ integer TYPE_FLOAT ] { 6 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [16] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $table_size ] } } Method [ public method column ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $type ] Parameter #2 [ $size ] } } Method [ public method create ] { - Parameters [0] { } } Method [ public method destroy ] { - Parameters [0] { } } Method [ public method set ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method del ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method incr ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] Parameter #2 [ $incrby ] } } Method [ public method decr ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] Parameter #2 [ $decrby ] } } Method [ public method rewind ] { - Parameters [0] { } } Method [ public method next ] { - Parameters [0] { } } Method [ public method current ] { - Parameters [0] { } } Method [ public method key ] { - Parameters [0] { } } Method [ public method valid ] { - Parameters [0] { } } } } Class [ class swoole_lock ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method lock ] { } Method [ public method trylock ] { } Method [ public method lock_read ] { } Method [ public method trylock_read ] { } Method [ public method unlock ] { } } } Class [ class swoole_atomic ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __construct ] { } Method [ public method add ] { } Method [ public method sub ] { } Method [ public method get ] { } Method [ public method set ] { } Method [ public method cmpset ] { } } } Class [ class swoole_http_server extends swoole_server ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $global ] } - Methods [38] { Method [ public method on ] { - Parameters [2] { Parameter #0 [ $ha_name ] Parameter #1 [ $cb ] } } Method [ public method start ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $mode ] Parameter #3 [ $sock_type ] } } Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method set ] { - Parameters [1] { Parameter #0 [ $zset ] } } Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] Parameter #2 [ $from_id ] } } Method [ public method sendto ] { - Parameters [3] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] } } Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $send_data ] } } Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $is_protected ] } } Method [ public method sendfile ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] } } Method [ public method close ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method task ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $worker_id ] } } Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ $timeout ] Parameter #2 [ $worker_id ] } } Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ $tasks ] Parameter #1 [ $timeout ] } } Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method reload ] { - Parameters [0] { } } Method [ public method shutdown ] { - Parameters [0] { } } Method [ public method stop ] { - Parameters [0] { } } Method [ public method getLastError ] { - Parameters [0] { } } Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $from_id ] } } Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] Parameter #1 [ $find_count ] } } Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $from_id ] } } Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] Parameter #1 [ $find_count ] } } Method [ public method after ] { - Parameters [3] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] Parameter #2 [ $param ] } } Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] } } Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } Method [ public method defer ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method sendMessage ] { } Method [ public method addProcess ] { } Method [ public method stats ] { } Method [ public method getSocket ] { } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $uid ] } } } } Class [ class swoole_http_response ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method cookie ] { } Method [ public method rawcookie ] { } Method [ public method status ] { } Method [ public method gzip ] { } Method [ public method header ] { } Method [ public method write ] { } Method [ public method end ] { } Method [ public method sendfile ] { } Method [ public method __destruct ] { } } } Class [ class swoole_http_request ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method rawcontent ] { } Method [ public method __destruct ] { } } } Class [ class swoole_buffer ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method __toString ] { } Method [ public method substr ] { } Method [ public method write ] { } Method [ public method read ] { } Method [ public method append ] { } Method [ public method expand ] { } Method [ public method clear ] { } } } Class [ class swoole_websocket_server extends swoole_http_server ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method pack ] { - Parameters [4] { Parameter #0 [ $data ] Parameter #1 [ $opcode ] Parameter #2 [ $finish ] Parameter #3 [ $mask ] } } Method [ static public method unpack ] { - Parameters [1] { Parameter #0 [ $data ] } } } - Properties [0] { } - Methods [39] { Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] Parameter #1 [ $callback ] } } Method [ public method push ] { - Parameters [4] { Parameter #0 [ $fd ] Parameter #1 [ $data ] Parameter #2 [ $opcode ] Parameter #3 [ $finish ] } } Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method start ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $mode ] Parameter #3 [ $sock_type ] } } Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method set ] { - Parameters [1] { Parameter #0 [ $zset ] } } Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] Parameter #2 [ $from_id ] } } Method [ public method sendto ] { - Parameters [3] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] } } Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $send_data ] } } Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $is_protected ] } } Method [ public method sendfile ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] } } Method [ public method close ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } Method [ public method task ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $worker_id ] } } Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] Parameter #1 [ $timeout ] Parameter #2 [ $worker_id ] } } Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ $tasks ] Parameter #1 [ $timeout ] } } Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method reload ] { - Parameters [0] { } } Method [ public method shutdown ] { - Parameters [0] { } } Method [ public method stop ] { - Parameters [0] { } } Method [ public method getLastError ] { - Parameters [0] { } } Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $from_id ] } } Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] Parameter #1 [ $find_count ] } } Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $from_id ] } } Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] Parameter #1 [ $find_count ] } } Method [ public method after ] { - Parameters [3] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] Parameter #2 [ $param ] } } Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ $callback ] } } Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } Method [ public method defer ] { - Parameters [1] { Parameter #0 [ $callback ] } } Method [ public method sendMessage ] { } Method [ public method addProcess ] { } Method [ public method stats ] { } Method [ public method getSocket ] { } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $uid ] } } } } Class [ class swoole_websocket_frame ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class swoole_mysql ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method connect ] { } Method [ public method query ] { } Method [ public method close ] { } Method [ public method on ] { } } } Class [ class swoole_mysql_exception extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class swoole_module ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $func ] Parameter #1 [ $params ] } } } } Class [ class swoole_redis ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __construct ] { } Method [ public method __destruct ] { } Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] Parameter #1 [ $callback ] } } Method [ public method connect ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $callback ] } } Method [ public method close ] { } Method [ public method __call ] { - Parameters [2] { Parameter #0 [ $command ] Parameter #1 [ $params ] } } } } } }