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