Extension [ extension #153 swoole version 1.7.15 ] { - INI { Entry [ swoole.aio_thread_num ] Current = '2' } Entry [ swoole.display_errors ] Current = 'On' } Entry [ swoole.message_queue_key ] Current = '0' } Entry [ swoole.unixsock_buffer_size ] Current = '8388608' } } - Constants [44] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } Constant [ integer SWOOLE_PACKET ] { 16 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } Constant [ integer SWOOLE_IPC_MSGQUEUE ] { 2 } Constant [ integer SWOOLE_IPC_CHANNEL ] { 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_FILELOCK ] { 2 } Constant [ integer SWOOLE_MUTEX ] { 3 } Constant [ integer SWOOLE_SEM ] { 4 } Constant [ integer SWOOLE_RWLOCK ] { 1 } Constant [ integer SWOOLE_SPINLOCK ] { 5 } 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 ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } Constant [ string SWOOLE_VERSION ] { 1.7.15 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } Constant [ integer HTTP_GLOBAL_GET ] { 2 } Constant [ integer HTTP_GLOBAL_POST ] { 4 } Constant [ integer HTTP_GLOBAL_COOKIE ] { 8 } Constant [ integer HTTP_GLOBAL_ALL ] { 126 } 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 } } - Functions { Function [ function swoole_version ] { } Function [ function swoole_cpu_num ] { } Function [ function swoole_server_create ] { - Parameters [4] { Parameter #0 [ $serv_host ] Parameter #1 [ $serv_port ] Parameter #2 [ $serv_mode ] Parameter #3 [ $sock_type ] } } Function [ function swoole_server_set ] { - Parameters [2] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $zset ] } } Function [ function swoole_server_start ] { - Parameters [1] { Parameter #0 [ swoole_server $zobject ] } } Function [ function swoole_server_send ] { - Parameters [4] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $conn_fd ] Parameter #2 [ $send_data ] Parameter #3 [ $from_id ] } } Function [ function swoole_server_sendfile ] { - Parameters [3] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $conn_fd ] Parameter #2 [ $filename ] } } Function [ function swoole_server_close ] { - Parameters [2] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $fd ] } } Function [ function swoole_server_handler ] { - Parameters [3] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $ha_name ] Parameter #2 [ $cb ] } } Function [ function swoole_server_on ] { - Parameters [3] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $ha_name ] Parameter #2 [ $cb ] } } Function [ function swoole_server_addlisten ] { - Parameters [4] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $host ] Parameter #2 [ $port ] Parameter #3 [ $sock_type ] } } Function [ function swoole_server_addtimer ] { - Parameters [2] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $interval ] } } Function [ function swoole_server_gettimer ] { } Function [ function swoole_server_task ] { - Parameters [3] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $data ] Parameter #2 [ $worker_id ] } } Function [ function swoole_server_taskwait ] { - Parameters [4] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $data ] Parameter #2 [ $timeout ] Parameter #3 [ $worker_id ] } } Function [ function swoole_server_finish ] { - Parameters [2] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $data ] } } Function [ function swoole_server_reload ] { - Parameters [1] { Parameter #0 [ swoole_server $zobject ] } } Function [ function swoole_server_shutdown ] { - Parameters [1] { Parameter #0 [ swoole_server $zobject ] } } Function [ function swoole_server_heartbeat ] { - Parameters [2] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $from_id ] } } Function [ function swoole_connection_info ] { - Parameters [3] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $fd ] Parameter #2 [ $from_id ] } } Function [ function swoole_connection_list ] { - Parameters [3] { Parameter #0 [ swoole_server $zobject ] Parameter #1 [ $start_fd ] Parameter #2 [ $find_count ] } } 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_timer_add ] { - Parameters [2] { Parameter #0 [ $interval ] Parameter #1 [ $cb ] } } Function [ function swoole_timer_del ] { - Parameters [1] { Parameter #0 [ $interval ] } } Function [ function swoole_timer_after ] { } Function [ function swoole_timer_tick ] { } Function [ function swoole_timer_clear ] { } Function [ function swoole_async_set ] { } Function [ function swoole_async_read ] { } Function [ function swoole_async_write ] { } Function [ function swoole_async_readfile ] { } Function [ function swoole_async_writefile ] { } Function [ function swoole_async_dns_lookup ] { } Function [ function swoole_client_select ] { } Function [ function swoole_set_process_name ] { } Function [ function swoole_get_local_ip ] { } Function [ function swoole_strerror ] { } Function [ function swoole_errno ] { } Function [ function swoole_get_mysqli_sock ] { } } - Classes [11] { Class [ class swoole_server ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [30] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $serv_host ] Parameter #1 [ $serv_port ] Parameter #2 [ $serv_mode ] Parameter #3 [ $sock_type ] } } Method [ public method set ] { - Parameters [1] { Parameter #0 [ $zset ] } } Method [ public method start ] { - Parameters [0] { } } Method [ public method send ] { - Parameters [3] { Parameter #0 [ $conn_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 sendfile ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] } } Method [ public method close ] { - 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 finish ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method reload ] { - Parameters [0] { } } Method [ public method shutdown ] { - Parameters [0] { } } Method [ public method hbcheck ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method handler ] { - Parameters [2] { Parameter #0 [ $ha_name ] Parameter #1 [ $cb ] } } Method [ public method on ] { - Parameters [2] { Parameter #0 [ $ha_name ] Parameter #1 [ $cb ] } } 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 addtimer ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method deltimer ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method gettimer ] { } Method [ public method after ] { } Method [ public method tick ] { } Method [ public method clearTimer ] { } Method [ public method sendmessage ] { } Method [ public method addprocess ] { } Method [ public method stats ] { } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $uid ] } } } } Class [ class swoole_lock ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [6] { Method [ public method __construct ] { } 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_process ] { - Constants [0] { } - Static properties [0] { } - Static methods [4] { Method [ static public method wait ] { } Method [ static public method signal ] { } Method [ static public method kill ] { } Method [ static public method daemon ] { } } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { } Method [ public method useQueue ] { } 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_buffer ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { } Method [ public method substr ] { } Method [ public method read ] { } Method [ public method write ] { } Method [ public method append ] { } Method [ public method expand ] { } Method [ public method clear ] { } } } Class [ class swoole_client ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [2] { Property [ public $errCode ] Property [ public $sock ] } - Methods [11] { Method [ public method __construct ] { } Method [ public method connect ] { } Method [ public method recv ] { } Method [ public method send ] { } Method [ public method sendfile ] { } Method [ public method sendto ] { } Method [ public method isConnected ] { } Method [ public method getsockname ] { } Method [ public method getpeername ] { } Method [ public method close ] { } Method [ public method on ] { } } } Class [ class swoole_table implements Iterator, Traversable, Countable ] { - Constants [10] { Constant [ integer TYPE_INT ] { 1 } Constant [ integer TYPE_STRING ] { 7 } Constant [ integer TYPE_FLOAT ] { 6 } Constant [ integer FIND_GT ] { 3 } Constant [ integer FIND_LT ] { 4 } Constant [ integer FIND_EQ ] { 1 } Constant [ integer FIND_NEQ ] { 2 } Constant [ integer FIND_LEFTLIKE ] { 5 } Constant [ integer FIND_RIGHTLIKE ] { 6 } Constant [ integer FIND_LIKE ] { 7 } } - 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 set ] { - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ $key ] } } Method [ public method count ] { - Parameters [1] { Parameter #0 [ $mode ] } } Method [ public method del ] { - 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 lock ] { - Parameters [0] { } } Method [ public method unlock ] { - Parameters [0] { } } 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_http_server extends swoole_server ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ private $global ] } - Methods [31] { Method [ public method on ] { - Parameters [2] { Parameter #0 [ $ha_name ] Parameter #1 [ $cb ] } } Method [ public method setglobal ] { } Method [ public method start ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $serv_host ] Parameter #1 [ $serv_port ] Parameter #2 [ $serv_mode ] Parameter #3 [ $sock_type ] } } Method [ public method set ] { - Parameters [1] { Parameter #0 [ $zset ] } } Method [ public method send ] { - Parameters [3] { Parameter #0 [ $conn_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 sendfile ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] } } Method [ public method close ] { - 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 finish ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method reload ] { - Parameters [0] { } } Method [ public method shutdown ] { - Parameters [0] { } } Method [ public method hbcheck ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method handler ] { - Parameters [2] { Parameter #0 [ $ha_name ] Parameter #1 [ $cb ] } } 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 addtimer ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method deltimer ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method gettimer ] { } Method [ public method after ] { } Method [ public method tick ] { } Method [ public method clearTimer ] { } Method [ public method sendmessage ] { } Method [ public method addprocess ] { } Method [ public method stats ] { } 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 [7] { 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 ] { } } } Class [ class swoole_http_request ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ public method rawcontent ] { } } } Class [ class swoole_websocket_server extends swoole_http_server ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [32] { 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 send ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $data ] Parameter #2 [ $from_id ] } } Method [ public method setglobal ] { } Method [ public method start ] { } Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $serv_host ] Parameter #1 [ $serv_port ] Parameter #2 [ $serv_mode ] Parameter #3 [ $sock_type ] } } Method [ public method set ] { - Parameters [1] { Parameter #0 [ $zset ] } } 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 sendfile ] { - Parameters [2] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] } } Method [ public method close ] { - 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 finish ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] Parameter #1 [ $port ] Parameter #2 [ $sock_type ] } } Method [ public method reload ] { - Parameters [0] { } } Method [ public method shutdown ] { - Parameters [0] { } } Method [ public method hbcheck ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $from_id ] } } Method [ public method handler ] { - Parameters [2] { Parameter #0 [ $ha_name ] Parameter #1 [ $cb ] } } 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 addtimer ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method deltimer ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method gettimer ] { } Method [ public method after ] { } Method [ public method tick ] { } Method [ public method clearTimer ] { } Method [ public method sendmessage ] { } Method [ public method addprocess ] { } Method [ public method stats ] { } 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] { } } } }