? JsonException
JsonSerializable::jsonSerialize ?
PHP Manual
JSON
JSON 序列化接口
JSON 序列化接口
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
简介
实现
JsonSerializable
的类可以 在
json_encode()
时定制他们的 JSON 表示法。
接口摘要
JsonSerializable
{
/* 方法 */
abstract
public
jsonSerialize
( ) :
mixed
}
Table of Contents
JsonSerializable::jsonSerialize
— 指定需要被序列化成 JSON 的数据
User Contributed Notes
There are no user contributed notes for this page.