JsonSerializable 인터페이스

(PHP 5 >= 5.4.0, PHP 7)

소개

JsonSerializable을 구현하는 개체들은 json_encode()를 사용하여 인코딩될 때 JSON 표시방법을 커스토마이징할 수 있습니다.

인터페이스 개요

JsonSerializable {
/* 메소드 */
abstract public mixed jsonSerialize ( void )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top