Ejemplo n.º 1
0
 /**
  * Set the global curl timeout. If no argument is given, a default timeout of 60 seconds is used.
  * @param int $timeout
  */
 public static function setTimeout($timeout = self::DEFAULT_TIMEOUT)
 {
     self::$TIMEOUT = $timeout;
 }