Home > Backend Development > PHP Tutorial > php怎么做接口?思想是什么?

php怎么做接口?思想是什么?

WBOY
Release: 2016-06-23 13:48:44
Original
1005 people have browsed it

php怎么做接口?思想是什么?就是调用接口返回数据的那种,我同事用其他语言做了,让我请求接口就行了,我一直不理解这种借口到底是什么?返回的是json数据,这种借口用php怎么做?


回复讨论(解决方案)

同事不告诉你怎么请求他的接口地址(www.xxx.com/index.php?m=api&c=controler&a=getData),
他应该还会告诉你用get还是post请求,数据类型告诉你了是json,不懂就问他

我的理解,接口应该就是一个类吧,里面都是一些函数,通过你的传参处理,然后返回值 给你,他给你返回的类型是JSON 其实和普通的函数是一样的。  新手理解,如有错误请勿喷

如果是get请求我把参数放在url上,如果是post请求怎么办?我的数据怎么给他,

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template