From 78de09265c938318a656884b80b8322bb9e55240 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 26 Jan 2007 00:05:07 +0000 Subject: [PATCH] add http's timeout context git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228122 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index dca885d624..8eaa20e18e 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -385,6 +385,14 @@ $result = file_get_contents('http://example.com/submit.php', false, $context); 1.0 + + timeout + + Read timeout in seconds, specified by a float (e.g. + 10.5). Added in PHP 5.2.1. + + default_socket_timeout +