首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
JsonSerializable
JsonSerializable
JSON 序列化接口
名称:
JsonSerializable
分类:
JSON
所属语言:
php
一句话介绍:
JSON 序列化接口
相关内容
xml_parse 处理超大 XML 文件时的性能瓶颈与优化
8
mysqli::get_charset 和 mysqli_character_set_name() 有什么不同?
9
基础使用:如何将数组拆分成固定大小的块
5
与 imagecopymerge() 实现透明图层合并
10
同类函数
JsonSerializable
JsonSerializable
JSON序列化接口
JsonException
JsonException
JsonException类
JsonSerializable::jsonSerialize
JsonSerializable::jsonSerialize
指定需要被序列化成JSON的数据
json_last_error_msg
json_last_error_msg
返回最后一个json_encode()或
json_last_error
json_last_error
返回最后发生的错误
json_encode
json_encode
对变量进行JSON编码
json_decode
json_decode
对JSON格式的字符串进行解码
热门文章