The Swoole\Client class
 
 (PECL swoole >= 1.9.0)
  
  
   类摘要
   
    
    
     
      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 
   }
 
   
  
  
   属性
   
    
     - errCode
 
     - 
      
     
 
    
    
     - sock
 
     - 
      
     
 
    
    
     - reuse
 
     - 
      
     
 
    
    
     - reuseCount
 
     - 
      
     
 
    
   
   
  
  
   预定义常量
   
    
     Swoole\Client::MSG_OOB 
     - 
      
     
 
    
    
     Swoole\Client::MSG_PEEK 
     - 
      
     
 
    
    
     Swoole\Client::MSG_DONTWAIT 
     - 
      
     
 
    
    
     Swoole\Client::MSG_WAITALL 
     - 
      
     
 
    
   
   
  
 
Table of Contents