Home  >  Article  >  Backend Development  >  Instructions on how to call the http interface of other systems in PHP_PHP Tutorial

Instructions on how to call the http interface of other systems in PHP_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:36:57796browse

Use function: file_get_contents($url);

Input the interface url and its parameters: such as

$url="http://192.168.1.1/test.jsp?id=1&type=2";

$ret=file_get_contents($url);

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/736836.htmlTechArticleUse function: file_get_contents($url); Pass in the interface url and its parameters: such as $url="http: //192.168.1.1/test.jsp?id=1 $ret=file_get_contents($url);...
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