PHP Class PrivateBin\Json

Provides JSON functions in an object oriented way.
Afficher le fichier Open project: privatebin/privatebin Class Usage Examples

Méthodes publiques

Méthode Description
encode ( mixed $input ) : string Returns a string containing the JSON representation of the given input

Method Details

encode() public static méthode

Returns a string containing the JSON representation of the given input
public static encode ( mixed $input ) : string
$input mixed
Résultat string