The Swoole\Http\Client class
 
 (PECL swoole >= 1.9.0)
  
  
   类摘要
   
    
    
     
      class Swoole\Http\Client
     
     {
    
    
    
    
    
    
   public addFile(    
string $path,    
string $name,    
string $type = ?,    
string $filename = ?,    
string $offset = ?): 
void 
public download(    
string $path,    
string $file,    
callable $callback,    
int $offset = ?): 
void 
public execute(
string $path, 
string $callback): 
void 
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 setData(
string $data): 
ReturnType 
public upgrade(
string $path, 
string $callback): 
void 
   }
 
   
  
  
 目录
 
 
 There are no user contributed notes for this page.