Skip to content

Kirby 4.2.0

Handler::decode()

Parses an encoded string and returns a multi-dimensional array

Handler::decode($string): array

Parameters

Name Type Default
$string * mixed

Return type

array

Exceptions

Type Description
Exception if the file can't be parsed

Parent class

Kirby\Data\Handler