mixed decode(string $data, string $format, array $context = array())
Decodes a string into PHP data.
The format parameter specifies which format the data is in; valid values depend on the specific implementation. Authors implementing this interface are encouraged to document which formats they support in a non-inherited phpdoc comment.
Please login to continue.
Please login to continue.