From 152b6ee663cb44bdd2ccd8f8bc95c139f37a51d2 Mon Sep 17 00:00:00 2001
From: Dallas Wang <dallas@php.net>
Date: Sun, 29 Sep 2002 03:20:43 +0000
Subject: [PATCH] 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
---
 appendices/wrappers.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml
index 4bca879355..4623875851 100644
--- a/appendices/wrappers.xml
+++ b/appendices/wrappers.xml
@@ -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