The initial path libcurl ended up in when logging on to the remote FTP server. (Added in 7.15.4) ssl_verify_result ssl认证结果,返回0表示认证成功。( The result of the SSL peer certificate verification that was requested. 0 means the verification was successful. (Added in 7.19.0))...
The initial path libcurl ended up in when logging on to the remote FTP server. (Added in 7.15.4) ssl_verify_result ssl认证结果,返回0表示认证成功。( The result of the SSL peer certificate verification that was requested. 0 means the verification was successful. (Added in 7.19.0))...
“filetime” //文件创建时间 “ssl_verify_result” //SSL验证结果 “redirect_count” //跳转技术 “total_time” //总耗时 “namelookup_time” //DNS查询耗时 “connect_time” //等待连接耗时 “pretransfer_time” //传输前准备耗时 “size_upload” //上传数据的大小 “size_download” //下载数据的...
filetime:文件创建的时间。 ssl_verify_result:SSL验证结果。 redirect_count:跳转计数。 total_time:总耗时。 namelookup_time:DNS查询耗时。 connect_time:等待连接耗时。 pretransfer_time:传输前准备耗时。 size_uplpad:上传数据的大小。 size_download:下载数据的大小。 speed_download:下载速度。 speed_upload:上...
· ssl_verify_result:SSL验证结果。 · redirect_count:跳转计数。 · total_time:总耗时。 · namelookup_time:DNS查询耗时。 · connect_time:等待连接耗时。 · pretransfer_time:传输前准备耗时。 · size_uplpad:上传数据的大小。 · size_download:下载数据的大小。 · speed_download:下载速度。 · spee...
ssl_verify_result - ssl认证结果,返回0表示认证成功。(Added in 7.19.0) 注意: 若多次使用-w参数,按最后一个的格式输出。 Added in XXX 表示支持该变量curl所需的最低版本。 curl 返回码 1 curl 不支持该协议 2 curl 初始化失败 3 URL 格式错误 ...
CURLINFO_SSL_VERIFYRESULT: 获取SSL认证结果。该信息对应的参数类型是long。 CURLINFO_SPEED_UPLOAD: 获取上传速度。该信息对应的参数类型是double。 CURLINFO_CONTENT_LENGTH_UPLOAD: 获取上传内容的总大小。该信息对应的参数类型是double。 更多内容见:curl.se/libcurl/c/curl_ 可以根据具体的需求选择适当的CURLINF...
CURLINFO_REQUEST_SIZE在HTTP请求中有问题的请求的大小 CURLINFO_SSL_VERIFYRESULTResult of SSL certification verification requested by setting CURLOPT_SSL_VERIFYPEER CURLINFO_CONTENT_LENGTH_DOWNLOAD从Content-Length: field中读取的下载内容长度 CURLINFO_CONTENT_LENGTH_UPLOAD上传内容大小的说明 CURLINFO_CONTENT_...
* SSL certificate verify result: self signed certificate (18), continuing anyway. > POST /your_site/login HTTP/1.1 > User-Agent: curl/7.29.0 > Host: localhost > Accept: */* > Content-Length: 51 > Content-Type: application/x-www-form-urlencoded ...
curl_close($ch); 这里是 $curl_info 的 print_r: Array ( [url] => https://xxx [content_type] => text/html; charset=utf-8 [http_code] => 500 [header_size] => 291 [request_size] => 280 [filetime] => -1 [ssl_verify_result] => 0 ...