Date: 09/28/02
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/appendices about.xml"
- Previous message: Wez Furlong: "[PHP-DOC] cvs: phpdoc /en/appendices wrappers.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dallas Sat Sep 28 23:20:43 2002 EDT
Modified files:
/phpdoc/en/appendices wrappers.xml
Log:
file_get_meta_data to stream_get_meta_data
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.4 phpdoc/en/appendices/wrappers.xml:1.5
--- phpdoc/en/appendices/wrappers.xml:1.4 Sat Sep 28 19:32:26 2002
+++ phpdoc/en/appendices/wrappers.xml Sat Sep 28 23:20:43 2002
@@ -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
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/appendices about.xml"
- Previous message: Wez Furlong: "[PHP-DOC] cvs: phpdoc /en/appendices wrappers.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

