From 8a3925addde31c086b8b3898b87f40a520aea911 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Thu, 28 Mar 2002 13:14:31 +0000 Subject: [PATCH] removing period and dupe word git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75591 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/curl.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/curl.xml b/functions/curl.xml index 549f0d01a3..fcd722fb1b 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -162,7 +162,7 @@ curl_close ($ch); CURLOPT_NOPROGRESS: Set this option to a non-zero value if you don't want PHP to display a progress - meter for CURL transfers + meter for CURL transfers. PHP automatically sets this option to a non-zero parameter, @@ -335,7 +335,7 @@ curl_close ($ch); CURLOPT_USERPWD: Pass a string formatted in the [username]:[password] manner, for PHP to use - for the connection. connection. + for the connection.