The Swoole\Client class
 
 (PECL swoole >= 1.9.0)
  
  
   Synopsis de la classe
   
    
    
     
      class Swoole\Client
     
     {
    
    
    
    
    
    
    
    
    
    
    
    
    
   public close(
bool $force = ?): 
bool 
public connect(    
string $host,    
int $port = ?,    
int $timeout = ?,    
int $flag = ?): 
bool 
public on(
string $event, 
callable $callback): 
void 
public pipe(
string $socket): 
void 
public recv(
string $size = ?, 
string $flag = ?): 
void 
public send(
string $data, 
string $flag = ?): 
int 
public sendfile(
string $filename, 
int $offset = ?): 
bool 
public sendto(
string $ip, 
int $port, 
string $data): 
bool 
public set(
array $settings): 
void 
   }
 
   
  
  
   Propriétés
   
    
     - errCode
 
     - 
      
     
 
    
    
     - sock
 
     - 
      
     
 
    
    
     - reuse
 
     - 
      
     
 
    
    
     - reuseCount
 
     - 
      
     
 
    
   
   
  
  
   Constantes pré-définies
   
    
     Swoole\Client::MSG_OOB 
     - 
      
     
 
    
    
     Swoole\Client::MSG_PEEK 
     - 
      
     
 
    
    
     Swoole\Client::MSG_DONTWAIT 
     - 
      
     
 
    
    
     Swoole\Client::MSG_WAITALL 
     - 
      
     
 
    
   
   
  
 
Sommaire