class JsonEncode implements EncoderInterface
Encodes JSON data.
Methods
__construct($bitmask) | ||
scalar | encode(mixed $data, string $format, array $context = array()) Encodes PHP data to a JSON string. | |
bool | supportsEncoding(string $format) Checks whether the serializer can encode to given format. |
Details
__construct($bitmask)
scalar encode(mixed $data, string $format, array $context = array())
Encodes PHP data to a JSON string.
{@inheritdoc}
bool supportsEncoding(string $format)
Checks whether the serializer can encode to given format.
Please login to continue.