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; +