首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
JsonSerializable
JsonSerializable
JSON 序列化接口
名称:
JsonSerializable
分类:
JSON
所属语言:
php
一句话介绍:
JSON 序列化接口
相关内容
实现JsonSerializable接口时常见的错误及解决方案
3
同类函数
JsonSerializable
JsonSerializable
JSON序列化接口
json_encode
json_encode
对变量进行JSON编码
JsonException
JsonException
JsonException类
json_decode
json_decode
对JSON格式的字符串进行解码
json_last_error
json_last_error
返回最后发生的错误
JsonSerializable::jsonSerialize
JsonSerializable::jsonSerialize
指定需要被序列化成JSON的数据
json_last_error_msg
json_last_error_msg
返回最后一个json_encode()或
热门文章
实现JsonSerializable接口时常见的错误及解决方案