コード例 #1
0
ファイル: GWF_HTTP.php プロジェクト: sinfocol/gwf3
 /**
  * Set the global curl timeout. If no argument is given, a default timeout of 60 seconds is used.
  * @param int $timeout
  */
 public static function setConnectTimeout($timeout = self::DEFAULT_TIMEOUT_CONNECT)
 {
     self::$TIMEOUT_CONNECT = $timeout;
 }