mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add user_agent to list of context options supported by http://
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124758 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a047c87963
commit
2e793373b8
1 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -77,6 +77,16 @@
|
|||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>user_agent</literal></entry>
|
||||
<entry>Value to send with User-Agent: header. This value will
|
||||
only be used if user-agent is <emphasis>not</emphasis> specified
|
||||
in the <literal>header</literal> context option above.
|
||||
</entry>
|
||||
<entry>
|
||||
<literal>php.ini</literal> setting: <literal>user_agent</literal>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>content</literal></entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue