JsonEncode
class JsonEncode implements EncoderInterface
Encodes JSON data.
Methods
| __construct(int $bitmask = 0) | ||
| string|int|float|bool | 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(int $bitmask = 0)
Parameters
| int | $bitmask |
string|int|float|bool encode(mixed $data, string $format, array $context = array())
Encodes PHP data to a JSON string.
{@inheritdoc}
Parameters
| mixed | $data | Data to encode |
| string | $format | Format name |
| array | $context | Options that normalizers/encoders have access to |
Return Value
| string|int|float|bool |
bool supportsEncoding(string $format)
Checks whether the serializer can encode to given format.
Parameters
| string | $format | Format name |
Return Value
| bool |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Serializer/Encoder/JsonEncode.html