Yar Yar_Concurrent_Client 클래스

(사용 가능한 버전 정보가 없으며 Git에만 있을 수 있음)


소개


클래스 개요

                  
class Yar_Concurrent_Client {

  /* Properties */
  static $_callstack;
  static $_callback;
  static $_error_callback;

  /* Methods */
  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
}
                  
                

Properties

_callstack
_callback
_error_callback

목차