summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
authorUrban Müller2022-03-07 16:46:10 +0100
committerUrban Müller2022-03-07 16:46:10 +0100
commitfdaeb6bb8d06fb8cf07ddb01105c049e056e18cf (patch)
treee5d7d365ed9c18ba0852271eb9ec8dbd3f98d7fa /it_url.class
parent963b9aab801b5003287c072c2a766d699c70b00f (diff)
downloaditools-fdaeb6bb8d06fb8cf07ddb01105c049e056e18cf.tar.gz
itools-fdaeb6bb8d06fb8cf07ddb01105c049e056e18cf.tar.bz2
itools-fdaeb6bb8d06fb8cf07ddb01105c049e056e18cf.zip
docs
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index a324afb..356c938 100644
--- a/it_url.class
+++ b/it_url.class
@@ -110,7 +110,7 @@ static function _postprocess($data, $p)
* @param $p['retries'] Number of retries if download fails, default 1
* @param $p['retrysleep'] Number of seconds to wait before retry (additional to fetchsleep), fractions ok
* @param $p['accept_encoding'] Contents of the "Accept-Encoding: " header. Enables decoding of the response. Set to null to disable, "" (default) for all supported encodings.
- * @param $p['postprocess'] function called with content and $p which has it_error. returns content or null
+ * @param $p['postprocess'] function called with content and $p which has it_error. returns content or null (which triggers retry)
* @return Content of resulting page (considering redirects, excluding headers or false on error) or array (empty on error) if 'assoc' => true
*/
static function get($p = [], $timeout = null)