(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)
  
  
   Class synopsis
   
    
    
     
      Swoole\Client
     
     {
    
    
    
    
    
    
    
    
    
    
    
    
    
   public close
    ([ 
bool $force
  ] ) : 
bool 
   public connect
    ( 
string $host
   [, 
integer $port
   [, 
integer $timeout
   [, 
integer $flag
  ]]] ) : 
bool 
   public on
    ( 
string $event
   , 
callable $callback
   ) : 
void 
   public pause
    ( 
void
   ) : 
void 
   public pipe
    ( 
string $socket
   ) : 
void 
   public recv
    ([ 
string $size
   [, 
string $flag
  ]] ) : 
void 
   public send
    ( 
string $data
   [, 
string $flag
  ] ) : 
integer 
   public sendfile
    ( 
string $filename
   [, 
int $offset
  ] ) : 
boolean 
   public sendto
    ( 
string $ip
   , 
integer $port
   , 
string $data
   ) : 
boolean 
   public set
    ( 
array $settings
   ) : 
void 
   public sleep
    ( 
void
   ) : 
void 
   }
 
   
  
  
   Properties
   
    
     - errCode
- 
      
     
- sock
- 
      
     
- reuse
- 
      
     
- reuseCount
- 
      
     
 
  
  
   Predefined Constants
   
    
     - Swoole\Client::MSG_OOB
- 
      
     
- Swoole\Client::MSG_PEEK
- 
      
     
- Swoole\Client::MSG_DONTWAIT
- 
      
     
- Swoole\Client::MSG_WAITALL
-