nicos Thu Jan 9 08:10:11 2003 EDT
Modified files:
/phpdoc/en/reference/curl reference.xml
Log:
Fixing #21541 and some whitespaces issues
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.6
phpdoc/en/reference/curl/reference.xml:1.7
--- phpdoc/en/reference/curl/reference.xml:1.6 Mon Nov 25 18:49:19 2002
+++ phpdoc/en/reference/curl/reference.xml Thu Jan 9 08:10:11 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<reference id="ref.curl">
<title>CURL, Client URL Library Functions</title>
<titleabbrev>CURL</titleabbrev>
@@ -41,13 +41,15 @@
&reftitle.examples;
<para>
Once you've compiled PHP with CURL support, you can begin using
- the curl functions. The basic idea behind the CURL functions is
+ the curl functions. The basic idea behind the CURL functions is
that you initialize a CURL session using the
<function>curl_init</function>, then you can set all your
- options for the transfer via the <function>curl_exec</function>
- and then you finish off your session using the
- <function>curl_close</function>. Here is an example that uses
- the CURL functions to fetch the example.com homepage into a file:
+ options for the transfer via the <function>curl_setopt</function>,
+ then you can execute the session with the
+ <function>curl_exec</function> and then you finish off
+ your session using the <function>curl_close</function>.
+ Here is an example that uses the CURL functions to fetch the
+ example.com homepage into a file:
<example>
<title>Using PHP's CURL module to fetch the example.com homepage</title>
<programlisting role="php">
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php