Searched refs:get_headers (Results 1 – 5 of 5) sorted by relevance
2 Test get_headers() function : test with context16 $headers = get_headers("http://".PHP_CLI_SERVER_ADDRESS, 1, $context);20 $headers = get_headers("http://".PHP_CLI_SERVER_ADDRESS, 1);
13 $headers = get_headers('http://' . PHP_CLI_SERVER_ADDRESS);
667 PHP_FUNCTION(get_headers) in PHP_FUNCTION() argument
3743 function get_headers(string $url, bool $associative = false, $context = null): array|false {}
2852 ZEND_FUNCTION(get_headers);3464 ZEND_FE(get_headers, arginfo_get_headers)
Completed in 28 milliseconds