BlaBla.cn

PHP: curl_multi_getcontent - Manual

BlaBla.cn
curl_multi_info_read > <curl_multi_exec
Last updated: Wed, 19 Mar 2008

curl_multi_getcontent

(PHP 5)

curl_multi_getcontent — 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.

参数

ch

A cURL handle returned by curl_init().

返回值

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




curl_multi_info_read > <curl_multi_exec
Last updated: Wed, 19 Mar 2008
 
 
BlaBla.cn

© 2005-2008 BlaBla.cn 版权所有