Home  >  Article  >  Backend Development  >  PHP4 User Manual: Function-CURL-curl_close_PHP Tutorial

PHP4 User Manual: Function-CURL-curl_close_PHP Tutorial

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


curl_close
(PHP 4 >= 4.0.2) curl_close -- Close a CURL session description
 
void curl_close (int ch)
 
This function closes a CURL session, and Release all resources. The CURL handle (ch parameter) is also removed.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532357.htmlTechArticlecurl_close (PHP 4 >= 4.0.2)curl_close -- Close a CURL session description void curl_close (int ch) This function closes a CURL session and releases all resources. CURL handle (ch parameter...
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