CURLOPT_RETURNTRANSFER ==>
TRUE to return the transfer as a string return value from curl_exec ()
instead of sending directly to the output

CURLOPT_BINARYTRANSFER==>
TRUE to return the raw output when CURLOPT_RETURNTRANSFER is used.

curl_exec ==>
Executes a given cURL session.

This function must be called after you initialize a CURL session and all the
options for CURL session are set.

http://br2.php.net/manual/pt_BR/ref.curl.php

I really do not know why these functions are not in the Dll curl.
I must have some function consistent with these in PHP.
I would be grateful if someone who knows the curl can help me.

Thanks


Viktor Szakáts wrote:
> 
> Hi,
> 
>> In PHP I have these functions:
>> 
>> curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1)
>> 
>> curl_exec($ch)
>> 
>> In the harbour there is any function consistent with these?
> 
> I don't know what CURLOPT_RETURNTRANSFER means, it's 
> not amongst documented libcurl parameters.
> 
> Brgds,
> Viktor
> 
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://old.nabble.com/cUrl-functions---tp26505222p26506259.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to