php中调用其他系统http接口的方法说明
时间:2021-01-07 11:33:43|栏目:PHP代码|点击: 次
使用函数: file_get_contents($url);
传入接口url及其参数:如
$url="http://192.168.1.1/test.jsp?id=1&type=2";
$ret=file_get_contents($url);
上一篇:关于ob_get_contents(),ob_end_clean(),ob_start(),的具体用法详解
栏 目:PHP代码
下一篇:php json_encode()函数返回json数据实例代码
本文地址:http://www.codeinn.net/misctech/41965.html