教程集 www.jiaochengji.com
教程集 >  脚本编程  >  php  >  正文 PHP4用户手册:函数-CURL-curl_exec

PHP4用户手册:函数-CURL-curl_exec

发布时间:2016-10-27   编辑:jiaochengji.com
教程集为您提供PHP4用户手册:函数-CURL-curl,exec等资源,欢迎您收藏本站,我们将为您提供最新的PHP4用户手册:函数-CURL-curl,exec资源
H1>
(PHP 4 >= 4.0.2)
curl_exec -- 执行一个CURL会话
描述
 
bool curl_exec (int ch)
 
在你初始化一个CURL会话,及为这个会话设置了所有的选项后,这个函数将被调用。它的目的仅仅是执行预先确定的CURL会话(通过给定的ch参数)。

您可能感兴趣的文章:
PHP4用户手册:函数-CURL-curl_exec
PHP4用户手册:函数-CRUL-curl_init
PHP4用户手册:函数-CURL-curl_version
PHP4用户手册:函数-CURL
PHP fopen/file_get_contents与curl性能比较
php怎么发短信通知
PHP4用户手册:函数-usleep
php curl_init函数用法举例
php cURL https链接报错:Unknown SSL protocol error in connection to
php模拟登录qq邮箱(curl命令详解)

[关闭]
~ ~