mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Link to correct function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270249 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f8416d8733
commit
dcea27f9de
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.stream-context-set-default" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>stream_context_set_default</refname>
|
||||
|
@ -51,7 +51,8 @@ readfile('http://www.example.com');
|
|||
</example>
|
||||
<simpara>
|
||||
See also
|
||||
<function>stream_context_create</function>, <function>stream_context_get_create</function> and
|
||||
<function>stream_context_create</function>,
|
||||
<function>stream_context_get_default</function> and
|
||||
Listing of supported wrappers with context options (<xref linkend="wrappers"/>).
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue