The Swoole\Http\Client class

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

简介

类摘要

Swoole\Http\Client {
/* 属性 */
public $errCode ;
public $sock ;
/* 方法 */
public addFile ( string $path , string $name [, string $type [, string $filename [, string $offset ]]] ) : void
public close ( void ) : void
public __destruct ( void ) : void
public download ( string $path , string $file , callable $callback [, integer $offset ] ) : void
public execute ( string $path , string $callback ) : void
public get ( string $path , callable $callback ) : void
public isConnected ( void ) : boolean
public on ( string $event_name , callable $callback ) : void
public post ( string $path , string $data , callable $callback ) : void
public push ( string $data [, string $opcode [, string $finish ]] ) : void
public set ( array $settings ) : void
public setCookies ( array $cookies ) : void
public setData ( string $data ) : ReturnType
public setHeaders ( array $headers ) : void
public setMethod ( string $method ) : void
public upgrade ( string $path , string $callback ) : void
}

属性

errCode

sock

Table of Contents