Example #1 is wrong
The Output is nearly like:
[no] [IP] [ID] : [function_name] [function_name] ...
Such as:
73 127.0.0.1 collect : ping_collect snmp_collect
(No version information available, might only be in Git)
GearmanWorker::setId — Fornece ao trabalhador um identificador para que ele possa ser rastreado ao solicitar ao gearmand a lista de trabalhadores disponíveis
id
Uma string de identificação.
Exemplo #1 Exemplo de GearmanWorker::setId()
Define um identificador para um trabalhador simples.
<?php
$worker= new GearmanWorker();
$worker->setId('test');
?>
O exemplo acima produzirá algo semelhante a:
Run the following command: gearadmin --workers Output: 30 ::3a3a:3361:3361:3a33%976303667 - : test
Example #1 is wrong
The Output is nearly like:
[no] [IP] [ID] : [function_name] [function_name] ...
Such as:
73 127.0.0.1 collect : ping_collect snmp_collect