(No version information available, might only be in SVN)
类摘要
GearmanWorker
{
public bool addFunction
(
string $function_name
,
callable $function
[,
mixed &$context
[,
int $timeout
]] )
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 bool echo
(
string $workload
)
public string error
(
void
)
public bool register
(
string $function_name
[,
int $timeout
] )
public bool wait
(
void
)
public bool work
(
void
)
}