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