CakeFest 2024: The Official CakePHP Conference

Yar_Client::__construct

(PECL yar >= 1.0.0)

Yar_Client::__constructCreate a client

Descrizione

final public Yar_Client::__construct(string $url, array $options = ?)

Create a Yar_Client to a Yar_Server.

Elenco dei parametri

url

Yar Server URL.

Valori restituiti

Yar_Client instance.

Esempi

Example #1 Yar_Client::__construct() example

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

Il precedente esempio visualizzerà qualcosa simile a:


Vedere anche:

add a note

User Contributed Notes

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