The Yar_Client class

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

Introduction

Class synopsis

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

Table of Contents

add a note

User Contributed Notes

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