From 872cca4b4fab90a5b0832165d170dc2cd4e584c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 1593 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1593 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e72b86f --- /dev/null +++ b/REFLECTION @@ -0,0 +1,1593 @@ +Extension [ extension #85 gearman version 1.1.2 ] { + + - Constants [157] { + Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost } + Constant [ integer GEARMAN_DEFAULT_TCP_PORT ] { 4730 } + Constant [ integer GEARMAN_DEFAULT_SOCKET_TIMEOUT ] { 10 } + Constant [ integer GEARMAN_DEFAULT_SOCKET_SEND_SIZE ] { 32768 } + Constant [ integer GEARMAN_DEFAULT_SOCKET_RECV_SIZE ] { 32768 } + Constant [ integer GEARMAN_MAX_ERROR_SIZE ] { 2048 } + Constant [ integer GEARMAN_PACKET_HEADER_SIZE ] { 12 } + Constant [ integer GEARMAN_JOB_HANDLE_SIZE ] { 64 } + Constant [ integer GEARMAN_OPTION_SIZE ] { 64 } + Constant [ integer GEARMAN_UNIQUE_SIZE ] { 64 } + Constant [ integer GEARMAN_MAX_COMMAND_ARGS ] { 8 } + Constant [ integer GEARMAN_ARGS_BUFFER_SIZE ] { 128 } + Constant [ integer GEARMAN_SEND_BUFFER_SIZE ] { 8192 } + Constant [ integer GEARMAN_RECV_BUFFER_SIZE ] { 8192 } + Constant [ integer GEARMAN_WORKER_WAIT_TIMEOUT ] { 10000 } + Constant [ integer GEARMAN_SUCCESS ] { 0 } + Constant [ integer GEARMAN_IO_WAIT ] { 1 } + Constant [ integer GEARMAN_SHUTDOWN ] { 2 } + Constant [ integer GEARMAN_SHUTDOWN_GRACEFUL ] { 3 } + Constant [ integer GEARMAN_ERRNO ] { 4 } + Constant [ integer GEARMAN_EVENT ] { 5 } + Constant [ integer GEARMAN_TOO_MANY_ARGS ] { 6 } + Constant [ integer GEARMAN_NO_ACTIVE_FDS ] { 7 } + Constant [ integer GEARMAN_INVALID_MAGIC ] { 8 } + Constant [ integer GEARMAN_INVALID_COMMAND ] { 9 } + Constant [ integer GEARMAN_INVALID_PACKET ] { 10 } + Constant [ integer GEARMAN_UNEXPECTED_PACKET ] { 11 } + Constant [ integer GEARMAN_GETADDRINFO ] { 12 } + Constant [ integer GEARMAN_NO_SERVERS ] { 13 } + Constant [ integer GEARMAN_LOST_CONNECTION ] { 14 } + Constant [ integer GEARMAN_MEMORY_ALLOCATION_FAILURE ] { 15 } + Constant [ integer GEARMAN_JOB_EXISTS ] { 16 } + Constant [ integer GEARMAN_JOB_QUEUE_FULL ] { 17 } + Constant [ integer GEARMAN_SERVER_ERROR ] { 18 } + Constant [ integer GEARMAN_WORK_ERROR ] { 19 } + Constant [ integer GEARMAN_WORK_DATA ] { 20 } + Constant [ integer GEARMAN_WORK_WARNING ] { 21 } + Constant [ integer GEARMAN_WORK_STATUS ] { 22 } + Constant [ integer GEARMAN_WORK_EXCEPTION ] { 23 } + Constant [ integer GEARMAN_WORK_FAIL ] { 24 } + Constant [ integer GEARMAN_NOT_CONNECTED ] { 25 } + Constant [ integer GEARMAN_COULD_NOT_CONNECT ] { 26 } + Constant [ integer GEARMAN_SEND_IN_PROGRESS ] { 27 } + Constant [ integer GEARMAN_RECV_IN_PROGRESS ] { 28 } + Constant [ integer GEARMAN_NOT_FLUSHING ] { 29 } + Constant [ integer GEARMAN_DATA_TOO_LARGE ] { 30 } + Constant [ integer GEARMAN_INVALID_FUNCTION_NAME ] { 31 } + Constant [ integer GEARMAN_INVALID_WORKER_FUNCTION ] { 32 } + Constant [ integer GEARMAN_NO_REGISTERED_FUNCTIONS ] { 34 } + Constant [ integer GEARMAN_NO_JOBS ] { 35 } + Constant [ integer GEARMAN_ECHO_DATA_CORRUPTION ] { 36 } + Constant [ integer GEARMAN_NEED_WORKLOAD_FN ] { 37 } + Constant [ integer GEARMAN_PAUSE ] { 38 } + Constant [ integer GEARMAN_UNKNOWN_STATE ] { 39 } + Constant [ integer GEARMAN_PTHREAD ] { 40 } + Constant [ integer GEARMAN_PIPE_EOF ] { 41 } + Constant [ integer GEARMAN_QUEUE_ERROR ] { 42 } + Constant [ integer GEARMAN_FLUSH_DATA ] { 43 } + Constant [ integer GEARMAN_SEND_BUFFER_TOO_SMALL ] { 44 } + Constant [ integer GEARMAN_IGNORE_PACKET ] { 45 } + Constant [ integer GEARMAN_UNKNOWN_OPTION ] { 46 } + Constant [ integer GEARMAN_TIMEOUT ] { 47 } + Constant [ integer GEARMAN_MAX_RETURN ] { 52 } + Constant [ integer GEARMAN_VERBOSE_FATAL ] { 1 } + Constant [ integer GEARMAN_VERBOSE_ERROR ] { 2 } + Constant [ integer GEARMAN_VERBOSE_INFO ] { 3 } + Constant [ integer GEARMAN_VERBOSE_DEBUG ] { 4 } + Constant [ integer GEARMAN_VERBOSE_CRAZY ] { 5 } + Constant [ integer GEARMAN_VERBOSE_MAX ] { 6 } + Constant [ integer GEARMAN_NON_BLOCKING ] { 0 } + Constant [ integer GEARMAN_DONT_TRACK_PACKETS ] { 1 } + Constant [ integer GEARMAN_CON_READY ] { 0 } + Constant [ integer GEARMAN_CON_PACKET_IN_USE ] { 1 } + Constant [ integer GEARMAN_CON_EXTERNAL_FD ] { 2 } + Constant [ integer GEARMAN_CON_IGNORE_LOST_CONNECTION ] { 3 } + Constant [ integer GEARMAN_CON_CLOSE_AFTER_FLUSH ] { 4 } + Constant [ integer GEARMAN_CON_SEND_STATE_NONE ] { 0 } + Constant [ integer GEARMAN_CON_RECV_STATE_READ_DATA ] { 2 } + Constant [ integer GEARMAN_COMMAND_TEXT ] { 0 } + Constant [ integer GEARMAN_COMMAND_CAN_DO ] { 1 } + Constant [ integer GEARMAN_COMMAND_CANT_DO ] { 2 } + Constant [ integer GEARMAN_COMMAND_RESET_ABILITIES ] { 3 } + Constant [ integer GEARMAN_COMMAND_PRE_SLEEP ] { 4 } + Constant [ integer GEARMAN_COMMAND_UNUSED ] { 5 } + Constant [ integer GEARMAN_COMMAND_NOOP ] { 6 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB ] { 7 } + Constant [ integer GEARMAN_COMMAND_JOB_CREATED ] { 8 } + Constant [ integer GEARMAN_COMMAND_GRAB_JOB ] { 9 } + Constant [ integer GEARMAN_COMMAND_NO_JOB ] { 10 } + Constant [ integer GEARMAN_COMMAND_JOB_ASSIGN ] { 11 } + Constant [ integer GEARMAN_COMMAND_WORK_STATUS ] { 12 } + Constant [ integer GEARMAN_COMMAND_WORK_COMPLETE ] { 13 } + Constant [ integer GEARMAN_COMMAND_WORK_FAIL ] { 14 } + Constant [ integer GEARMAN_COMMAND_GET_STATUS ] { 15 } + Constant [ integer GEARMAN_COMMAND_ECHO_REQ ] { 16 } + Constant [ integer GEARMAN_COMMAND_ECHO_RES ] { 17 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_BG ] { 18 } + Constant [ integer GEARMAN_COMMAND_ERROR ] { 19 } + Constant [ integer GEARMAN_COMMAND_STATUS_RES ] { 20 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_HIGH ] { 21 } + Constant [ integer GEARMAN_COMMAND_SET_CLIENT_ID ] { 22 } + Constant [ integer GEARMAN_COMMAND_CAN_DO_TIMEOUT ] { 23 } + Constant [ integer GEARMAN_COMMAND_ALL_YOURS ] { 24 } + Constant [ integer GEARMAN_COMMAND_WORK_EXCEPTION ] { 25 } + Constant [ integer GEARMAN_COMMAND_OPTION_REQ ] { 26 } + Constant [ integer GEARMAN_COMMAND_OPTION_RES ] { 27 } + Constant [ integer GEARMAN_COMMAND_WORK_DATA ] { 28 } + Constant [ integer GEARMAN_COMMAND_WORK_WARNING ] { 29 } + Constant [ integer GEARMAN_COMMAND_GRAB_JOB_UNIQ ] { 30 } + Constant [ integer GEARMAN_COMMAND_JOB_ASSIGN_UNIQ ] { 31 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_HIGH_BG ] { 32 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_LOW ] { 33 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_LOW_BG ] { 34 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_SCHED ] { 35 } + Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_EPOCH ] { 36 } + Constant [ integer GEARMAN_COMMAND_MAX ] { 43 } + Constant [ integer GEARMAN_TASK_STATE_NEW ] { 0 } + Constant [ integer GEARMAN_TASK_STATE_SUBMIT ] { 1 } + Constant [ integer GEARMAN_TASK_STATE_WORKLOAD ] { 2 } + Constant [ integer GEARMAN_TASK_STATE_WORK ] { 3 } + Constant [ integer GEARMAN_TASK_STATE_CREATED ] { 4 } + Constant [ integer GEARMAN_TASK_STATE_DATA ] { 5 } + Constant [ integer GEARMAN_TASK_STATE_WARNING ] { 6 } + Constant [ integer GEARMAN_TASK_STATE_STATUS ] { 7 } + Constant [ integer GEARMAN_TASK_STATE_COMPLETE ] { 8 } + Constant [ integer GEARMAN_TASK_STATE_EXCEPTION ] { 9 } + Constant [ integer GEARMAN_TASK_STATE_FAIL ] { 10 } + Constant [ integer GEARMAN_TASK_STATE_FINISHED ] { 11 } + Constant [ integer GEARMAN_JOB_PRIORITY_HIGH ] { 0 } + Constant [ integer GEARMAN_JOB_PRIORITY_NORMAL ] { 1 } + Constant [ integer GEARMAN_JOB_PRIORITY_LOW ] { 2 } + Constant [ integer GEARMAN_JOB_PRIORITY_MAX ] { 3 } + Constant [ integer GEARMAN_CLIENT_ALLOCATED ] { 1 } + Constant [ integer GEARMAN_CLIENT_NON_BLOCKING ] { 2 } + Constant [ integer GEARMAN_CLIENT_TASK_IN_USE ] { 4 } + Constant [ integer GEARMAN_CLIENT_UNBUFFERED_RESULT ] { 8 } + Constant [ integer GEARMAN_CLIENT_NO_NEW ] { 16 } + Constant [ integer GEARMAN_CLIENT_FREE_TASKS ] { 32 } + Constant [ integer GEARMAN_CLIENT_STATE_IDLE ] { 0 } + Constant [ integer GEARMAN_CLIENT_STATE_NEW ] { 1 } + Constant [ integer GEARMAN_CLIENT_STATE_SUBMIT ] { 2 } + Constant [ integer GEARMAN_CLIENT_STATE_PACKET ] { 3 } + Constant [ integer GEARMAN_WORKER_ALLOCATED ] { 1 } + Constant [ integer GEARMAN_WORKER_NON_BLOCKING ] { 2 } + Constant [ integer GEARMAN_WORKER_PACKET_INIT ] { 4 } + Constant [ integer GEARMAN_WORKER_GRAB_JOB_IN_USE ] { 8 } + Constant [ integer GEARMAN_WORKER_PRE_SLEEP_IN_USE ] { 16 } + Constant [ integer GEARMAN_WORKER_WORK_JOB_IN_USE ] { 32 } + Constant [ integer GEARMAN_WORKER_CHANGE ] { 64 } + Constant [ integer GEARMAN_WORKER_GRAB_UNIQ ] { 128 } + Constant [ integer GEARMAN_WORKER_TIMEOUT_RETURN ] { 256 } + Constant [ integer GEARMAN_WORKER_STATE_START ] { 0 } + Constant [ integer GEARMAN_WORKER_STATE_FUNCTION_SEND ] { 1 } + Constant [ integer GEARMAN_WORKER_STATE_CONNECT ] { 2 } + Constant [ integer GEARMAN_WORKER_STATE_GRAB_JOB_SEND ] { 3 } + Constant [ integer GEARMAN_WORKER_STATE_GRAB_JOB_RECV ] { 4 } + Constant [ integer GEARMAN_WORKER_STATE_PRE_SLEEP ] { 5 } + } + + - Functions { + Function [ function gearman_version ] { + + - Parameters [0] { + } + } + Function [ function gearman_bugreport ] { + + - Parameters [0] { + } + } + Function [ function gearman_verbose_name ] { + + - Parameters [1] { + Parameter #0 [ $verbose ] + } + } + Function [ function gearman_client_return_code ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_create ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_clone ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_error ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_errno ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_options ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_set_options ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_client_add_options ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_client_remove_options ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_client_timeout ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_set_timeout ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $timeout ] + } + } + Function [ function gearman_client_context ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_set_context ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $context ] + } + } + Function [ function gearman_client_add_server ] { + + - Parameters [3] { + Parameter #0 [ $client_object ] + Parameter #1 [ $host ] + Parameter #2 [ $port ] + } + } + Function [ function gearman_client_add_servers ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $servers ] + } + } + Function [ function gearman_client_wait ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_do ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_normal ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_high ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_low ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_job_handle ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_do_status ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_do_background ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_high_background ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_do_low_background ] { + + - Parameters [4] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $unique ] + } + } + Function [ function gearman_client_job_status ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $job_handle ] + } + } + Function [ function gearman_client_job_status_by_unique_key ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $unique_key ] + } + } + Function [ function gearman_client_echo ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $workload ] + } + } + Function [ function gearman_client_ping ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $workload ] + } + } + Function [ function gearman_client_add_task ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_high ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_low ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_background ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_high_background ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_low_background ] { + + - Parameters [5] { + Parameter #0 [ $client_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $workload ] + Parameter #3 [ $context ] + Parameter #4 [ $unique ] + } + } + Function [ function gearman_client_add_task_status ] { + + - Parameters [3] { + Parameter #0 [ $client_object ] + Parameter #1 [ $job_handle ] + Parameter #2 [ $context ] + } + } + Function [ function gearman_client_set_workload_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_created_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_data_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_warning_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_status_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_complete_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_exception_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_set_fail_fn ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + Function [ function gearman_client_clear_fn ] { + + - Parameters [1] { + Parameter #0 [ $client_object ] + } + } + Function [ function gearman_client_run_tasks ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function gearman_task_return_code ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_function_name ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_unique ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_job_handle ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_is_known ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_is_running ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_numerator ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_denominator ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_send_workload ] { + + - Parameters [2] { + Parameter #0 [ $task_object ] + Parameter #1 [ $data ] + } + } + Function [ function gearman_task_data ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_data_size ] { + + - Parameters [1] { + Parameter #0 [ $task_object ] + } + } + Function [ function gearman_task_recv_data ] { + + - Parameters [2] { + Parameter #0 [ $task_object ] + Parameter #1 [ $data_len ] + } + } + Function [ function gearman_worker_return_code ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_create ] { + + - Parameters [0] { + } + } + Function [ function gearman_worker_clone ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_error ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_errno ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_options ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_set_options ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_worker_add_options ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_worker_remove_options ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $option ] + } + } + Function [ function gearman_worker_timeout ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_set_timeout ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $timeout ] + } + } + Function [ function gearman_worker_set_id ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $id ] + } + } + Function [ function gearman_worker_add_server ] { + + - Parameters [3] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $host ] + Parameter #2 [ $port ] + } + } + Function [ function gearman_worker_add_servers ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $servers ] + } + } + Function [ function gearman_worker_wait ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_register ] { + + - Parameters [3] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $timeout ] + } + } + Function [ function gearman_worker_unregister ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $function_name ] + } + } + Function [ function gearman_worker_unregister_all ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_grab_job ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_add_function ] { + + - Parameters [5] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $function_name ] + Parameter #2 [ $function ] + Parameter #3 [ $data ] + Parameter #4 [ $timeout ] + } + } + Function [ function gearman_worker_work ] { + + - Parameters [1] { + Parameter #0 [ $worker_object ] + } + } + Function [ function gearman_worker_echo ] { + + - Parameters [2] { + Parameter #0 [ $worker_object ] + Parameter #1 [ $workload ] + } + } + Function [ function gearman_job_return_code ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_send_data ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $data ] + } + } + Function [ function gearman_job_send_warning ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $warning ] + } + } + Function [ function gearman_job_send_status ] { + + - Parameters [3] { + Parameter #0 [ $job_object ] + Parameter #1 [ $numerator ] + Parameter #2 [ $denominator ] + } + } + Function [ function gearman_job_send_complete ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $result ] + } + } + Function [ function gearman_job_send_exception ] { + + - Parameters [2] { + Parameter #0 [ $job_object ] + Parameter #1 [ $exception ] + } + } + Function [ function gearman_job_send_fail ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_handle ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_function_name ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_unique ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_workload ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + Function [ function gearman_job_workload_size ] { + + - Parameters [1] { + Parameter #0 [ $job_object ] + } + } + } + + - Classes [5] { + Class [ class GearmanClient ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [46] { + Method [ public method __construct ] { + } + + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method clone ] { + + - Parameters [0] { + } + } + + Method [ public method error ] { + + - Parameters [0] { + } + } + + Method [ public method getErrno ] { + + - Parameters [0] { + } + } + + Method [ public method options ] { + + - Parameters [0] { + } + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method addOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method removeOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method timeout ] { + + - Parameters [0] { + } + } + + Method [ public method setTimeout ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method context ] { + + - Parameters [0] { + } + } + + Method [ public method setContext ] { + + - Parameters [1] { + Parameter #0 [ $context ] + } + } + + Method [ public method addServer ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + } + } + + Method [ public method addServers ] { + + - Parameters [1] { + Parameter #0 [ $servers ] + } + } + + Method [ public method wait ] { + + - Parameters [0] { + } + } + + Method [ public method do ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doNormal ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doHigh ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doLow ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doJobHandle ] { + + - Parameters [0] { + } + } + + Method [ public method doStatus ] { + + - Parameters [0] { + } + } + + Method [ public method doBackground ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doHighBackground ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method doLowBackground ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $unique ] + } + } + + Method [ public method jobStatus ] { + + - Parameters [1] { + Parameter #0 [ $job_handle ] + } + } + + Method [ public method jobStatusByUniqueKey ] { + + - Parameters [1] { + Parameter #0 [ $unique_key ] + } + } + + Method [ public method echo ] { + + - Parameters [1] { + Parameter #0 [ $workload ] + } + } + + Method [ public method ping ] { + + - Parameters [1] { + Parameter #0 [ $workload ] + } + } + + Method [ public method addTask ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskHigh ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskLow ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskBackground ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskHighBackground ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskLowBackground ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $workload ] + Parameter #2 [ $context ] + Parameter #3 [ $unique ] + } + } + + Method [ public method addTaskStatus ] { + + - Parameters [2] { + Parameter #0 [ $job_handle ] + Parameter #1 [ $context ] + } + } + + Method [ public method setWorkloadCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setCreatedCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setDataCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setWarningCallback ] { + + - Parameters [2] { + Parameter #0 [ $client_object ] + Parameter #1 [ $callback ] + } + } + + Method [ public method setStatusCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setCompleteCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setExceptionCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method setFailCallback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method clearCallbacks ] { + + - Parameters [0] { + } + } + + Method [ public method runTasks ] { + + - Parameters [0] { + } + } + } + } + + Class [ class GearmanTask ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method functionName ] { + + - Parameters [0] { + } + } + + Method [ public method unique ] { + + - Parameters [0] { + } + } + + Method [ public method jobHandle ] { + + - Parameters [0] { + } + } + + Method [ public method isKnown ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method taskNumerator ] { + + - Parameters [0] { + } + } + + Method [ public method taskDenominator ] { + + - Parameters [0] { + } + } + + Method [ public method sendWorkload ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method data ] { + + - Parameters [0] { + } + } + + Method [ public method dataSize ] { + + - Parameters [0] { + } + } + + Method [ public method recvData ] { + + - Parameters [1] { + Parameter #0 [ $data_len ] + } + } + } + } + + Class [ class GearmanWorker ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method __construct ] { + } + + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method clone ] { + + - Parameters [0] { + } + } + + Method [ public method error ] { + + - Parameters [0] { + } + } + + Method [ public method getErrno ] { + + - Parameters [0] { + } + } + + Method [ public method options ] { + + - Parameters [0] { + } + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method addOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method removeOptions ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method timeout ] { + + - Parameters [0] { + } + } + + Method [ public method setTimeout ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method addServer ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + } + } + + Method [ public method addServers ] { + + - Parameters [1] { + Parameter #0 [ $servers ] + } + } + + Method [ public method wait ] { + + - Parameters [0] { + } + } + + Method [ public method register ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method unregister ] { + + - Parameters [1] { + Parameter #0 [ $function_name ] + } + } + + Method [ public method unregisterAll ] { + + - Parameters [0] { + } + } + + Method [ public method grabJob ] { + + - Parameters [0] { + } + } + + Method [ public method addFunction ] { + + - Parameters [4] { + Parameter #0 [ $function_name ] + Parameter #1 [ $function ] + Parameter #2 [ $data ] + Parameter #3 [ $timeout ] + } + } + + Method [ public method work ] { + + - Parameters [0] { + } + } + + Method [ public method echo ] { + + - Parameters [1] { + Parameter #0 [ $workload ] + } + } + } + } + + Class [ class GearmanJob ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method returnCode ] { + + - Parameters [0] { + } + } + + Method [ public method setReturn ] { + + - Parameters [1] { + Parameter #0 [ $gearman_return_t ] + } + } + + Method [ public method sendData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method sendWarning ] { + + - Parameters [1] { + Parameter #0 [ $warning ] + } + } + + Method [ public method sendStatus ] { + + - Parameters [2] { + Parameter #0 [ $numerator ] + Parameter #1 [ $denominator ] + } + } + + Method [ public method sendComplete ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + + Method [ public method sendException ] { + + - Parameters [1] { + Parameter #0 [ $exception ] + } + } + + Method [ public method sendFail ] { + + - Parameters [0] { + } + } + + Method [ public method handle ] { + + - Parameters [0] { + } + } + + Method [ public method functionName ] { + + - Parameters [0] { + } + } + + Method [ public method unique ] { + + - Parameters [0] { + } + } + + Method [ public method workload ] { + + - Parameters [0] { + } + } + + Method [ public method workloadSize ] { + + - Parameters [0] { + } + } + } + } + + Class [ class GearmanException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $file ] + Property [ protected $line ] + Property [ public $code ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + 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 ] { + } + } + } + } +} + -- cgit