(PECL yar >= 1.0.0)
Yar_Client::__construct — Create a client
final public Yar_Client::__construct ( string $url [, array $options ] )
Create a Yar_Client to a Yar_Server.
url
Yar Server URL.
Yar_Client instance.
Example #1 Yar_Client::__construct() example
<?php $client = new Yar_Client("http://host/api/"); ?>
The above example will output something similar to:
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/yar-client.construct.php