file_get_wrapper_data
Retrieves header/meta data from "wrapped" file pointers
Description
mixedfile_get_wrapper_data
intfp
This function returns header or meta data from files opened with
fopen. This is useful to return the response
headers for HTTP connections, or some other statistics for other
resources.
The format of the returned data is deliberately undocumented at this
time, and depends on which wrapper(s) were used to open the file.
This function was introduced in PHP 4.3.0.