Yar_Client::__construct

Yar_Client::__construct

(PECL yar >= 1.0.0)

Yar_Client::__constructCreate a client

Description

final public Yar_Client::__construct ( string $url )

Create a Yar_Client to a Yar_Server.

Parameters

url

Yar Server URL.

Return Values

Yar_Client instance.

Examples

Example #1 Yar_Client::__construct() example

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

The above example will output something similar to:

See Also

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/yar-client.construct.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部