Yar_Client 类

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

简介

类摘要

class Yar_Client {
/* 属性 */
protected $_protocol;
protected $_uri;
protected $_options;
protected $_running;
/* 方法 */
public __call(string $method, array $parameters): void
final public __construct(string $url, array $options = ?)
public setOpt(int $name, mixed $value): Yar_Client|false
}

属性

_protocol

_uri

_options

_running

目录

add a note

User Contributed Notes

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