curl_multi_getcontent

(PHP 5, PHP 7)
Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
string curl_multi_getcontent ( resource $ch )

If CURLOPT_RETURNTRANSFER is an option that is set for a specific handle, then this function will return the content of that cURL handle in the form of a string.

Parameters:
ch

A cURL handle returned by curl_init().

Returns:

Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set.

See also:

curl_multi_init() -

doc_php
2016-02-24 16:08:03
Comments
Leave a Comment

Please login to continue.