mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ws
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188510 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
beff461a87
commit
c54bc0ee64
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.curl-copy-handle">
|
||||
<refnamediv>
|
||||
<refname>curl_copy_handle</refname>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<para>
|
||||
<example>
|
||||
<title>Copying a cURL handle.</title>
|
||||
<programlisting role="php">
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
// create a new curl resource
|
||||
|
@ -41,9 +41,9 @@ curl_close($ch2);
|
|||
curl_close($ch);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue