Yar_Client::__construct

(PECL yar >= 1.0.0)

Yar_Client::__construct创建一个客户端实例

说明

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

创建一个 Yar_Client 到一个 Yar_Server 的实例.

参数

url

服务端的 HTTP URL 路径.

返回值

Yar_Client 实例.

示例

示例 #1 Yar_Client::__construct() 示例

<?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