JSON
PHP Manual

The JsonSerializable interface

(PHP 5 >= 5.4.0)

Einführung

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

Interface-Übersicht

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

Inhaltsverzeichnis


JSON
PHP Manual