mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removing period and dupe word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f530fa57db
commit
8a3925addd
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<reference id="ref.curl">
|
||||
<title>CURL, Client URL Library Functions</title>
|
||||
<titleabbrev>CURL</titleabbrev>
|
||||
|
@ -162,7 +162,7 @@ curl_close ($ch);
|
|||
<para>
|
||||
<parameter>CURLOPT_NOPROGRESS</parameter>: 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.
|
||||
<note>
|
||||
<simpara>
|
||||
PHP automatically sets this option to a non-zero parameter,
|
||||
|
@ -335,7 +335,7 @@ curl_close ($ch);
|
|||
<simpara>
|
||||
<parameter>CURLOPT_USERPWD</parameter>: Pass a string
|
||||
formatted in the [username]:[password] manner, for PHP to use
|
||||
for the connection. connection.
|
||||
for the connection.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue