git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188510 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2005-06-16 07:19:26 +00:00
parent beff461a87
commit c54bc0ee64

View file

@ -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>