From 35ba47b62955d06f4e322f64d8bd8e7faba31081 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 7 May 2024 14:30:42 +0200 Subject: Fix documentation: Assoc now always returns array with status --- it_url.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_url.class') diff --git a/it_url.class b/it_url.class index c122aeb..ce33c45 100644 --- a/it_url.class +++ b/it_url.class @@ -116,7 +116,7 @@ static function _postprocess($data, $p) * @param $p['postprocess'] function called with content and $p which has it_error. returns content or null (which triggers retry) * @param $p['followlocation']Follow redirects [true] * - * @return Content of resulting page (considering redirects, excluding headers or false on error) or array (empty on error) if 'assoc' => true + * @return Content of resulting page (considering redirects, excluding headers or false on error) or array if 'assoc' => true */ static function get($p = []) { -- cgit v1.2.3