diff options
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index c18f867..a0c5844 100644 --- a/it_url.class +++ b/it_url.class @@ -226,7 +226,7 @@ function is_reachable($timeout = 5) * * @param $p parameter array with the following keys * @param $p['url'] url to get, defaults to constructor URL - * @param $p['headers'] optional array of HTTP headers to send + * @param $p['headers'] optional associative array of HTTP headers to send * @param $p['safety'] set to 1 to generate an it::error in case of timeout * @param $p['it_error'] extra arguments given to it_error if safety is on an an error occurs * @param $p['timeout'] timeout per read in seconds, defaults to 5. fractions allowed. silent, see $p['safety'] |