CakeFest 2024: The Official CakePHP Conference

La clase Yar_Concurrent_Client

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

Introducción

Sinopsis de la Clase

class Yar_Concurrent_Client {
/* Propiedades */
static $_callstack;
static $_callback;
/* Métodos */
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(): boolean
}

Propiedades

_callstack

_callback

_error_callback

Tabla de contenidos

add a note

User Contributed Notes

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