mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Context is optional, but not skippable.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245757 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3ba87d4395
commit
18fb15b3d0
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.copy">
|
||||
<refnamediv>
|
||||
<refname>copy</refname>
|
||||
|
@ -55,8 +55,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
A valid context resource created with
|
||||
<function>stream_context_create</function>. If you don't need to use a
|
||||
custom context, you can skip this parameter by &null;.
|
||||
<function>stream_context_create</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue