(PECL yar >= 1.0.0)
Yar_Client::__construct — Create a client
$url
)Create a Yar_Client to a Yar_Server.
url
Yar Server URL.
Yar_Client instance.
Beispiel #1 Yar_Client::__construct() example
<?php
$client = new Yar_Client("http://host/api/");
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: