downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

curl_multi_info_read> <curl_multi_exec
[edit] Last updated: Sat, 07 Jan 2012

view this page in

curl_multi_getcontent

(PHP 5)

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.

참고



add a note add a note User Contributed Notes curl_multi_getcontent - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites