Home >Backend Development >PHP Tutorial > json有关问题请问

json有关问题请问

WBOY
WBOYOriginal
2016-06-13 12:44:33812browse

json问题请教
php使用json_encode可否实现以下格式的输出,如果可以,能否发个例子?非常感谢!

1条结果返回:{"result":[{"userid":001,"username":"李明"}]}

2条果结返回:{"result":[{"userid":001,"username":"张飞"},{"userid":002,"username":"张强"}]}

Statement:
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