update : 2015.11.03
php.shukuma.com

검색:
 
 
Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set

curl_multi_getcontent

(PHP 5, PHP 7)

curl_multi_getcontentReturn 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

curl_init()가 반환한 cURL 핸들입니다.

반환값

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

참고