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).
http://www.bkjia.com/PHPjc/532356.htmlwww.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...
Statement: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