mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
file_get_meta_data to stream_get_meta_data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d064f72808
commit
152b6ee663
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -39,7 +39,7 @@
|
|||
the resource; the headers are stored in the
|
||||
<parameter>$http_response_header</parameter> variable.
|
||||
Since PHP 4.3, the headers are available using
|
||||
<function>file_get_meta_data</function>.
|
||||
<function>stream_get_meta_data</function>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
HTTP connections are read-only; you cannot write data or copy
|
||||
|
|
Loading…
Reference in a new issue