mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 02:48:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
52 lines
1.6 KiB
XML
52 lines
1.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.129 -->
|
|
<refentry id="function.file_get_wrapper_data">
|
|
<refnamediv>
|
|
<refname>file_get_wrapper_data</refname>
|
|
<refpurpose>Retrieves header/meta data from "wrapped" file pointers</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>mixed</type><methodname>file_get_wrapper_data</methodname>
|
|
<methodparam><type>int</type><parameter>fp</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<simpara>
|
|
This function returns header or meta data from files opened with
|
|
<function>fopen</function>. This is useful to return the response
|
|
headers for HTTP connections, or some other statistics for other
|
|
resources.
|
|
</simpara>
|
|
<simpara>
|
|
The format of the returned data is deliberately undocumented at this
|
|
time, and depends on which wrapper(s) were used to open the file.
|
|
</simpara>
|
|
<note>
|
|
<para>
|
|
This function was introduced in PHP 4.3.0.
|
|
</para>
|
|
</note>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|