From f082c0c09c528d1463be6fc18cb98ffd373345b4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 20 Nov 2009 10:58:58 +0000 Subject: [PATCH] Document CURLOPT_PROGRESSFUNCTION (bug #48486) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291061 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 075e01134f..8affce69fb 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1168,6 +1168,17 @@ + + CURLOPT_PROGRESSFUNCTION + + 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. + + + + CURLOPT_READFUNCTION