首页 > 开发 > PHP > 正文

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

2024-05-04 23:21:43
字体:
来源:转载
供稿:网友

使用函数:  file_get_contents($url);

传入接口url及其参数:如

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

$ret=file_get_contents($url);

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表