Home  >  Article  >  Backend Development  >  php中调用其他系统http接口的方法说明_PHP

php中调用其他系统http接口的方法说明_PHP

WBOY
WBOYOriginal
2016-06-01 11:56:20796browse

使用函数:  file_get_contents($url);

传入接口url及其参数:如

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

$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