略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: JsonSerializable

2024-04-29

JSON 序列化接口

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

简介

实现 JsonSerializable 的类可以 在 json_encode() 时定制他们的 JSON 表示法。

接口摘要

interface JsonSerializable {
/* 方法 */
abstract public jsonSerialize(): mixed
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.jsonserializable.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3