array_flatten
Less than 1 minute
array_flatten
Flattens a multidimensional array into a string representation.
public array_flatten(array $array, string $delim = '=', string $section_delim = ';'): string
Parameters
Parameter | Type | Description |
---|---|---|
$array | array | the array to flatten |
$delim | string | The delimiter to use between the key and value of each item. Default is '='. |
$section_delim | string | The delimiter to use between each item. Default is ';'. |
Generated by Hazaar API Doc Generator