PHP4 User Manual: Function-CURL-curl_exec_PHP Tutorial

WBOY
Release: 2016-07-13 17:22:12
Original
922 people have browsed it

curl_exec
(PHP 4 >= 4.0.2)curl_exec -- Execute a CURL session description
 
bool curl_exec (int ch)
 
After you initialize a CURL session, and for this session This function will be called after all options have been set. Its purpose is simply to execute a predetermined CURL session (via the given ch parameter).

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532356.htmlTechArticlecurl_exec (PHP 4 >= 4.0.2)curl_exec -- Execute a CURL session description bool curl_exec (int ch) After you initialize a CURL session and set all options for the session, this function...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!