diff options
author | Urban Müller | 2015-06-04 18:22:52 +0200 |
---|---|---|
committer | Urban Müller | 2015-06-04 18:22:52 +0200 |
commit | 22e572aed1a5d56c546fceb72ffaae0f35b52e3d (patch) | |
tree | 249d9ad8306d2f46efed46303650a1cf740437bf /it_url.class | |
parent | 797e45cd104091c124d144228deaa90a9392ccab (diff) | |
download | itools-22e572aed1a5d56c546fceb72ffaae0f35b52e3d.tar.gz itools-22e572aed1a5d56c546fceb72ffaae0f35b52e3d.tar.bz2 itools-22e572aed1a5d56c546fceb72ffaae0f35b52e3d.zip |
docs
Diffstat (limited to 'it_url.class')
-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'] |