From e62d9d884c4fddbfbef0b3bbc71a7db68e74840c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 13 Apr 2008 17:24:45 +0000 Subject: [PATCH] Document ignore_errors http context option git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257373 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 cd10d551c9..939a127962 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -393,6 +393,13 @@ $result = file_get_contents('http://example.com/submit.php', false, $context); default_socket_timeout + + ignore_errors + + Fetch the content even on failure status codes. Added in PHP 5.3.0. + + &false; +