mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
be7bb777e2
commit
f082c0c09c
1 changed files with 11 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue