From fdaeb6bb8d06fb8cf07ddb01105c049e056e18cf Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 7 Mar 2022 16:46:10 +0100 Subject: docs --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3