JSON
PHP Manual

The JsonSerializable interface

(PHP 5 >= 5.4.0)

Wstęp

Objects implementing JsonSerializable can customize their JSON representation when encoded with json_encode().

Zestawienie interfejsu

JsonSerializable {
/* Metody */
abstract public mixed jsonSerialize ( void )
}

Spis treści


JSON
PHP Manual