Home  >  Article  >  Backend Development  >  PHP4用户手册:函数-CURL-curl_exec_PHP教程

PHP4用户手册:函数-CURL-curl_exec_PHP教程

WBOY
WBOYOriginal
2016-07-13 17:22:12869browse

curl_exec
(PHP 4 >= 4.0.2)curl_exec -- 执行一个CURL会话 描述
 
bool curl_exec (int ch)
 
在你初始化一个CURL会话,及为这个会话设置了所有的选项后,这个函数将被调用。它的目的仅仅是执行预先确定的CURL会话(通过给定的ch参数)。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/532356.htmlTechArticlecurl_exec (PHP 4 >= 4.0.2)curl_exec -- 执行一个CURL会话 描述 bool curl_exec (int ch) 在你初始化一个CURL会话,及为这个会话设置了所有的选项后,这个函...
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