cURL Функции
PHP Manual

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 манипулатор, върнат от функция curl_init().

Връщани стойности

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

Вж. също


cURL Функции
PHP Manual