Home
last modified time | relevance | path

Searched refs:get_headers (Results 1 – 5 of 5) sorted by last modified time

/php-src/ext/standard/
H A Dbasic_functions.stub.php3739 function get_headers(string $url, bool $associative = false, $context = null): array|false {}
H A Dbasic_functions_arginfo.h2896 ZEND_FUNCTION(get_headers);
3545 ZEND_FE(get_headers, arginfo_get_headers)
H A Durl.c680 PHP_FUNCTION(get_headers) in PHP_FUNCTION() argument
/php-src/sapi/cli/tests/
H A Dbug64878.phpt13 $headers = get_headers('http://' . PHP_CLI_SERVER_ADDRESS);
/php-src/ext/standard/tests/url/
H A Dget_headers_error_003.phpt2 Test get_headers() function : test with context
16 $headers = get_headers("http://".PHP_CLI_SERVER_ADDRESS, 1, $context);
20 $headers = get_headers("http://".PHP_CLI_SERVER_ADDRESS, 1);

Completed in 26 milliseconds