PHP Класс PrivateBin\Json

Provides JSON functions in an object oriented way.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
encode ( mixed $input ) : string Returns a string containing the JSON representation of the given input

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

encode() публичный статический Метод

Returns a string containing the JSON representation of the given input
public static encode ( mixed $input ) : string
$input mixed
Результат string