pock

JsonEncoderTrait

Trait JsonEncoderTrait

Tags
category

JsonEncoderTrait

Table of Contents

jsonEncode()  : string
json_encode which throws exception on error.

Methods

jsonEncode()

json_encode which throws exception on error.

public static jsonEncode(mixed $data, int $flags[, int $depth = 512 ]) : string
Parameters
$data : mixed
$flags : int
$depth : int = 512
Tags
throws
JsonException
Return values
string

Search results