* In documentation of CURL_WRITEFUNCTION, changed the ambiguous "data must be written by using this callback function" (written to where? the server or locally?) to "data must be saved"; this is also the verb used by the libcurl library docs.

* In documentation of CURL_WRITEFUNCTION, changed the vague "or this will fail" to "or the transfer will be aborted with an error". This is supported by the libcurl docs.
#see http://curl.haxx.se/libcurl/c/curl_easy_setopt.html

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301977 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gustavo André dos Santos Lopes 2010-08-07 20:25:50 +00:00
parent 4e210a610f
commit 042ef33433

View file

@ -1191,9 +1191,9 @@
<entry valign="top">
The name of a callback function where the callback function takes
two parameters. The first is the cURL resource, and the second is a
string with the data to be written. The data must be written by using
this callback function. Must return the exact number of bytes written
or this will fail.
string with the data to be written. The data must be saved by using
this callback function. It must return the exact number of bytes written
or the transfer will be aborted with an error.
</entry>
</row>
</tbody>