略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Yar_Client::__construct

2024-11-13

Yar_Client::__construct

(PECL yar >= 1.0.0)

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

说明

final public Yar_Client::__construct(string $url)

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

参数

url

服务端的HTTP URL路径.

返回值

Yar_Client实例.

范例

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

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

以上例程的输出类似于:

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/yar-client.construct.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3