(PECL yar >= 1.0.0)
Create a client
final public Yar_Client::__construct ( string $url )
Create a Yar_Client to a Yar_Server.
Parameters:
url
Yar Server URL.
Returns:
Yar_Client instance.
Examples:
Yar_Client::__construct() example
<?php $client = new Yar_Client("http://host/api/"); ?>
The above example will output something similar to:
See also:
Please login to continue.