Home > Backend Development > PHP Tutorial > PHP4用户手册:函数-CURL-curl_exec_PHP

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

WBOY
Release: 2016-06-01 12:38:59
Original
738 people have browsed it

手册

H1>

(PHP 4 >= 4.0.2)

curl_exec -- 执行一个CURL会话

描述

 

bool curl_exec (int ch)

 

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

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template