setStreamTimeout() public method

public setStreamTimeout ( integer $stream_timeout )
$stream_timeout integer
コード例 #1
0
ファイル: Builder.php プロジェクト: basho/riak-php-client
 /**
  * Client side socket read/write timeout for requests
  *
  * @param $timeout
  */
 public function withStreamTimeout($timeout)
 {
     $this->config->setStreamTimeout($timeout);
 }