略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: GearmanWorker

2024-04-19

The GearmanWorker class

(PECL gearman >= 0.5.0)

简介

类摘要

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

目录

add a noteadd a note

User Contributed Notes 1 note

up
-5
spacewalker2002 at ukr dot net
9 years ago
For background run use:

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

官方地址:https://www.php.net/manual/en/class.gearmanworker.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3