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: Fri, 07 Jun 2013

view this page in

curl_multi_getcontent

(PHP 5)

curl_multi_getcontentDevuelve el contenido del recurso cURL si CURLOPT_RETURNTRANSFER está activado

Descripción

string curl_multi_getcontent ( resource $ch )

Si la opción CURLOPT_RETURNTRANSFER está activada para uno de los recursos, entonces esta función devolverá el contenido del recurso cURL en formato string.

Parámetros

ch

El recurso cURL devuelto por curl_init().

Valores devueltos

Devuelve el contenido de cURL si la opción CURLOPT_RETURNTRANSFER está activada en el recurso cURL.

Ver también



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