mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document ignore_errors http context option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257373 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0165d8412f
commit
e62d9d884c
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.77 $ -->
|
||||
<!-- $Revision: 1.78 $ -->
|
||||
<appendix xml:id="wrappers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -393,6 +393,13 @@ $result = file_get_contents('http://example.com/submit.php', false, $context);
|
|||
</entry>
|
||||
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>ignore_errors</literal></entry>
|
||||
<entry>
|
||||
Fetch the content even on failure status codes. Added in PHP 5.3.0.
|
||||
</entry>
|
||||
<entry>&false;</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue