We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c0068 commit 8e60522Copy full SHA for 8e60522
generated/url.php
@@ -37,7 +37,8 @@ function base64_decode(string $string, bool $strict = false): string
37
* get_headers parses the response and sets the
38
* array's keys.
39
* @param resource $context A valid context resource created with
40
- * stream_context_create.
+ * stream_context_create, or NULL to use the
41
+ * default context.
42
* @return array Returns an indexed or associative array with the headers.
43
* @throws UrlException
44
*
0 commit comments