PHP Класс JBZoo\Data\JSON

Наследование: extends Data
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
_decode ( string $string ) : mixed Utility Method to unserialize the given data
_encode ( $data ) : string Utility Method to unserialize the given data
_render ( array | object $data, integer $indent ) : string Do the real json encoding adding human readability. Supports automatic indenting with tabs

Описание методов

_decode() защищенный Метод

Utility Method to unserialize the given data
protected _decode ( string $string ) : mixed
$string string
Результат mixed

_encode() защищенный Метод

Utility Method to unserialize the given data
protected _encode ( $data ) : string
$data
Результат string

_render() защищенный Метод

Do the real json encoding adding human readability. Supports automatic indenting with tabs
protected _render ( array | object $data, integer $indent ) : string
$data array | object The array or object to encode in json
$indent integer The indentation level. Adds $indent tabs to the string
Результат string