From 9ba5870a4773b0e0fcca6a36a2e6469c63809245 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 14 Jan 2007 17:27:46 +0000 Subject: [PATCH] Document protocol_version context option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227223 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index c404ab98e9..dca885d624 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -378,6 +378,13 @@ $result = file_get_contents('http://example.com/submit.php', false, $context); 20 + + protocol_version + + HTTP protocol version. Added in PHP 5.1.0. + + 1.0 +