* reset the curl handle if curl_easy_reset() is available
[m6w6/ext-http] / http_functions.c
index 6afde9455f8773e917d8403afb1cd068865ad33c..f1b991d18ce375c0a9200e205102752d28dfd59b 100644 (file)
@@ -682,6 +682,13 @@ PHP_FUNCTION(http_get_request_headers)
  *  - cookies:          array, list of cookies as associative array
  *                      like array("cookie" => "value")
  *  - cookiestore:      string, path to a file where cookies are/will be stored
+ *  - resume:                  int, byte offset to start the download from;
+ *                      if the server supports ranges
+ *  - maxfilesize:             int, maximum file size that should be downloaded;
+ *                      has no effect, if the size of the requested entity is not known
+ *  - lastmodified:     int, timestamp for If-(Un)Modified-Since header
+ *  - timeout:          int, seconds the request may take
+ *  - connecttimeout:   int, seconds the connect may take
  * </pre>
  *
  * The optional third parameter will be filled with some additional information
@@ -993,3 +1000,4 @@ PHP_FUNCTION(http_build_query)
  * vim600: noet sw=4 ts=4 fdm=marker
  * vim<600: noet sw=4 ts=4
  */
+