Yar_Client::__construct

(PECL yar >= 1.0.0)

Yar_Client::__constructCreate a client

Beschreibung

final public Yar_Client::__construct ( string $url [, array $options ] )

Create a Yar_Client to a Yar_Server.

Parameter-Liste

url

Yar Server URL.

Rückgabewerte

Yar_Client instance.

Beispiele

Beispiel #1 Yar_Client::__construct() example

<?php
$client 
= new Yar_Client("http://host/api/");
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

Siehe auch