setStreamTimeout() public method

public setStreamTimeout ( integer $stream_timeout )
$stream_timeout integer
Ejemplo n.º 1
0
 /**
  * Client side socket read/write timeout for requests
  *
  * @param $timeout
  */
 public function withStreamTimeout($timeout)
 {
     $this->config->setStreamTimeout($timeout);
 }