Developer Forums | Newsletter Signup | About Us | developerworks Latest | Site Map
Search  
HOME > PHPMANUAL


Sponsors





Useful Lists

Web Host
site hosted by netplex
Partners

Online Manuals

curl_exec

(PHP 4 >= 4.0.2)

curl_exec -- Perform a CURL session

Description

mixed curl_exec ( resource ch)

This function should be called after you initialize a CURL session and all the options for the session are set. Its purpose is simply to execute the predefined CURL session (given by the ch).

Note: If you want to have the result returned instead of it being printed to the browser directly, use the CURLOPT_RETURNTRANSFER option of curl_setopt().

Copyright 2004-2008 GrindingGears.com. All rights reserved. Site hosted by NETPLEX