码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-10-19 14:07:42      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   使用   sp   div   on   log   

使用函数: file_get_contents($url);

传入接口url及其参数:如

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

 

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

标签:style   blog   http   color   使用   sp   div   on   log   

原文地址:http://www.cnblogs.com/mssql8/p/4034588.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!