Beispiel #1
0
 /**
  * Sets maximum number of seconds of request/response operation.
  * Use 0 to wait indefinitely, null to default behaviour.
  *
  * @param int|null $timeout
  */
 public static function setTimeout($timeout)
 {
     self::$timeout = $timeout;
 }