PHP 8.1.28 Released!

Класс Yar_Concurrent_Client

(No version information available, might only be in Git)

Введение

Обзор классов

class Yar_Concurrent_Client {
/* Свойства */
static $_callstack;
static $_callback;
/* Методы */
public static call(
    string $uri,
    string $method,
    array $parameters = ?,
    callable $callback = ?,
    callable $error_callback = ?,
    array $options = ?
): int
public static loop(callable $callback = ?, callable $error_callback = ?): bool
public static reset(): bool
}

Свойства

_callstack

_callback

_error_callback

Содержание

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top