dismiss Step into the future! Click here to switch to the beta php.net site
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

GearmanWorker::addFunction> <GearmanTask::uuid
[edit] Last updated: Fri, 28 Jun 2013

view this page in

The GearmanWorker class

(PECL gearman >= 0.5.0)

Introduction

Class synopsis

GearmanWorker {
/* Methods */
public bool addFunction ( string $function_name , callable $function [, mixed &$context [, int $timeout ]] )
public bool addOptions ( int $option )
public bool addServer ([ string $host = 127.0.0.1 [, int $port = 4730 ]] )
public bool addServers ( string $servers = 127.0.0.1:4730 )
public void clone ( void )
public __construct ( void )
public bool echo ( string $workload )
public string error ( void )
public int getErrno ( void )
public int options ( void )
public bool register ( string $function_name [, int $timeout ] )
public bool removeOptions ( int $option )
public int returnCode ( void )
public bool setId ( string $id )
public bool setOptions ( int $option )
public bool setTimeout ( int $timeout )
public int timeout ( void )
public bool unregister ( string $function_name )
public bool unregisterAll ( void )
public bool wait ( void )
public bool work ( void )
}

Table of Contents



add a note add a note User Contributed Notes GearmanWorker - [1 notes]
up
0
spacewalker2002 at ukr dot net
2 months ago
For background run use:

exec("nohup php worker.php >/dev/null 2>/dev/null &");

 
show source | credits | stats | sitemap | contact | advertising | mirror sites