From 9e552fdeae71a9051260bc86c5e3546ab48bc08c Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 24 Jul 2004 04:07:06 +0000 Subject: [PATCH] Document ftp proxy context option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164172 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 377054b19f..4a55f39c96 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -448,6 +448,15 @@ foreach(stream_get_meta_data($fp) as $response) { 0 (Beginning of File) + + proxy(PHP 5.1.0 or greater) + + Proxy FTP request via http proxy server. + Applies to file read operations only. + Ex: tcp://squid.example.com:8000 + + +