DecoderInterface
DecoderInterface
interface DecoderInterface
Defines the interface of decoders.
Methods
mixed | decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. | |
bool | supportsDecoding(string $format) Checks whether the deserializer can decode from given format. |
Details
mixed decode(string $data, string $format, array $context = array())
Decodes a string into PHP data.
Parameters
string | $data | Data to decode |
string | $format | Format name |
array<
|