GearmanClient::addTaskLow

(PECL gearman >= 0.5.0) Add a low priority task to run in parallel public GearmanTask GearmanClient::addTaskLow ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a low priority background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks with a low priority will be

GearmanClient::addTaskHighBackground

(PECL gearman >= 0.5.0) Add a high priority background task to be run in parallel public GearmanTask GearmanClient::addTaskHighBackground ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a high priority background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks w

GearmanClient::addTaskHigh

(PECL gearman >= 0.5.0) Add a high priority task to run in parallel public GearmanTask GearmanClient::addTaskHigh ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a high priority task to be run in parallel with other tasks. Call this method for all the high priority tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks with a high priority w

GearmanClient::addTaskBackground

(PECL gearman >= 0.5.0) Add a background task to be run in parallel public GearmanTask GearmanClient::addTaskBackground ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Parameters:

GearmanClient::addTask

(PECL gearman >= 0.5.0) Add a task to be run in parallel public GearmanTask GearmanClient::addTask ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Note that enough workers need to be available for the tasks to all run

GearmanClient::addServers

(PECL gearman >= 0.5.0) Add a list of job servers to the client public bool GearmanClient::addServers ([ string $servers = 127.0.0.1:4730 ] ) Adds a list of job servers that can be used to run a task. No socket I/O happens here; the servers are simply added to the full list of servers. Parameters: servers A comma-separated list of servers, each server specified in the

GearmanClient::addServer

(PECL gearman >= 0.5.0) Add a job server to the client public bool GearmanClient::addServer ([ string $host = 127.0.0.1 [, int $port = 4730 ]] ) Adds a job server to a list of servers that can be used to run a task. No socket I/O happens here; the server is simply added to the list. Parameters: host The job server host name. port T

GearmanClient::addOptions

(PECL gearman >= 0.6.0) Add client options public bool GearmanClient::addOptions ( int $options ) Adds one or more options to those already set. Parameters: options The options to add. One of the following constants, or a combination of them using the bitwise OR operator ("|"): GEARMAN_CLIENT_GENERATE_UNIQUE, GEARMAN_CLIENT_NON_BLOCKING, GEARMAN_CLIENT_UNBUFFERED_RESUL

ftp_systype

(PHP 4, PHP 5, PHP 7) Returns the system type identifier of the remote FTP server string ftp_systype ( resource $ftp_stream ) Returns the system type identifier of the remote FTP server. Parameters: ftp_stream The link identifier of the FTP connection. Returns: Returns the remote system type, or FALSE on error.

ftp_ssl_connect

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Opens an Secure SSL-FTP connection resource ftp_ssl_connect ( string $host [, int $port = 21 [, int $timeout = 90 ]] ) ftp_ssl_connect() opens an explicit SSL-FTP connection to the specified host. Note: Why this function may not exist ftp_ssl_connect() is only available if both the ftp module and the OpenSSL support is built statically into php, this means that on Windows this function