mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Link to Stream Contexts (bug #21388)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164445 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
875ac609dd
commit
e54fa5ec63
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- Author: Wez Furlong <wez@thebrainroom.com>
|
||||
Please contact me before making any major amendments to the
|
||||
content of this section. Splitting/Merging are fine if they are
|
||||
|
@ -950,7 +950,8 @@
|
|||
<function>php_stream_open_wrapper_ex</function> is exactly like
|
||||
<function>php_stream_open_wrapper</function>, but allows you to specify a
|
||||
php_stream_context object using <parameter>context</parameter>.
|
||||
To find out more about stream contexts, see XXX
|
||||
To find out more about stream contexts, see
|
||||
<link linkend="stream.contexts">Stream Contexts</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue