Document CURLOPT_PROGRESSFUNCTION (bug #48486)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291061 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-20 10:58:58 +00:00
parent be7bb777e2
commit f082c0c09c

View file

@ -1168,6 +1168,17 @@
<entry>
</entry>
</row>
<row>
<entry><constant>CURLOPT_PROGRESSFUNCTION</constant></entry>
<entry>
The name of a callback function where the callback function takes
three parameters. The first is the cURL resource, the second is a
file-descriptior resource, and the third is length. Return the
string containing the data.
</entry>
<entry>
</entry>
</row>
<row>
<entry><constant>CURLOPT_READFUNCTION</constant></entry>
<entry>