We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08de42 commit f5c237bCopy full SHA for f5c237b
stubs/core.stub
@@ -389,6 +389,11 @@ function abs($num) {}
389
*/
390
function get_defined_constants(bool $categorize = false): array {}
391
392
+/**
393
+ * @return ($associative is false ? list<string>|false : array<int|string, string|list<string>>|false)
394
+ */
395
+function get_headers(string $url, bool $associative = false, ?resource $context = null): array|false
396
+
397
/**
398
* @param array<string> $long_options
399
* @param mixed $rest_index
0 commit comments