Yar Yar_Client 클래스

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


소개


클래스 개요

                  
class Yar_Client {

  /* Properties */
  protected $_protocol;
  protected $_uri;
  protected $_options;
  protected $_running;

  /* Methods */
  public __call(string $method, array $parameters): void
  final public __construct(string $url, array $options = ?)
  public setOpt(int $name, mixed $value): Yar_Client|false
}
                  
                

Properties

_protocol
_uri
_options
_running

목차