首頁 >後端開發 >php教程 >php中调用其他系统http接口的方法说明_PHP教程

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

WBOY
WBOY原創
2016-07-13 10:36:57872瀏覽

使用函数:  file_get_contents($url);

传入接口url及其参数:如

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

$ret=file_get_contents($url);

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/736836.htmlTechArticle使用函数: file_get_contents($url); 传入接口url及其参数:如 $url="http://192.168.1.1/test.jsp?id=1 $ret=file_get_contents($url);...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn