PHP » GoLang |
login |
register |
about
|
GoLang apache_response_headers
request it (417)
GoLang replacement for PHP's apache_response_headers
[edit | history]
apache_response_headers(PHP 4 >= 4.3.0, PHP 5, PHP 7) apache_response_headers — Fetch all HTTP response headers Description
array apache_response_headers
( void
)
Fetch all HTTP response headers. Return Values
An array of all Apache response headers on success or Changelog
Examples
Example #1 apache_response_headers() example
<?php The above example will output something similar to: Array ( [Accept-Ranges] => bytes [X-Powered-By] => PHP/4.3.8 ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|