Less than 1 minute
array_unflatten
Converts a flattened string or array into a multidimensional array.
public array_unflatten({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$items | string | The flattened string to be converted |
$delim | string | The delimiter used to separate the key-value pairs in the flattened string. Default is '='. |
$section_delim | string | The delimiter used to separate multiple key-value pairs in the flattened string. Default is ';'. |
Generated by Hazaar API Doc Generator