search
Homephp教程php手册php 异步请求

/**
* 发送HTTP请求并获得响应
* @param url 请求的url地址
* @param param 发送的http参数
*/
function makeRequest($url, $param, $httpMethod = 'GET') {<br>         $oCurl = curl_init();<br>         if (stripos($url, "https://") !== FALSE) {<br>                 curl_setopt($oCurl, CURLOPT_SSL_VERIFYPEER, FALSE);<br>                 curl_setopt($oCurl, CURLOPT_SSL_VERIFYHOST, FALSE);<br>         }<br> <br>         if ($httpMethod == 'GET') {<br>                 curl_setopt($oCurl, CURLOPT_URL, $url . "?" . http_build_query($param));<br>                 curl_setopt($oCurl, CURLOPT_RETURNTRANSFER, 1);<br>         } else {<br>                 curl_setopt($oCurl, CURLOPT_URL, $url);<br>                 curl_setopt($oCurl, CURLOPT_RETURNTRANSFER, 1);<br>                 curl_setopt($oCurl, CURLOPT_POST, 1);<br>                 curl_setopt($oCurl, CURLOPT_POSTFIELDS, http_build_query($param));<br>         }<br> <br>         $sContent = curl_exec($oCurl);<br>         $aStatus = curl_getinfo($oCurl);<br>         curl_close($oCurl);<br>         if (intval($aStatus["http_code"]) == 200) {<br>                 return $sContent;<br>         } else {<br>                 return FALSE;<br>         }<br> }

AD:真正免费,域名+虚机+企业邮箱=0元

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.