PHP头条
热点:

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



curl_close
(PHP 4 >= 4.0.2)curl_close -- 关闭一个CURL会话 描述
 
void curl_close (int ch)
 
这个函数关闭一个CURL会话,并且释放所有的资源。CURL句柄(ch参数)也被删除。

www.phpzy.comtrue/phprm/40464.htmlTechArticlePHP4用户手册:函数-CURL-curl_close curl_close (PHP 4 >= 4.0.2)curl_close -- 关闭一个CURL会话 描述 void curl_close (int ch) 这个函数关闭一个CURL会话,并且释放所有的资源。CURL句柄(ch参数)也被删除。...

相关文章

    暂无相关文章

PHP之友评论

今天推荐