Dutch PHP Conference 2025 - Call For Papers

Yar_Client::__construct

(PECL yar >= 1.0.0)

Yar_Client::__constructCreate 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.

Приклади

Приклад #1 Yar_Client::__construct() example

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

Поданий вище приклад виведе щось схоже на:


Прогляньте також

add a note

User Contributed Notes

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