The Yar_Concurrent_Client class

はじめに

クラス概要

Yar_Concurrent_Client
class Yar_Concurrent_Client {
/* プロパティ */
static $_callstack;
static $_callback;
static $_error_callback;
/* メソッド */
public static int call(
    string $uri,
    string $method,
    array $parameters = ?,
    callable $callback = ?,
    callable $error_callback = ?,
    array $options = ?
)
public static bool loop(callable $callback = ?, callable $error_callback = ?)
public static bool reset()
}

プロパティ

_callstack

_callback

_error_callback

目次