| 1 | <?php namespace Arcanesoft\Settings\Helpers; |
||
| 11 | class Arr extends IlluminateArr |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Flatten a multi-dimensional associative array with dots. |
||
| 15 | * |
||
| 16 | * @param array $array |
||
| 17 | * @param string $prepend |
||
| 18 | * |
||
| 19 | * @return array |
||
| 20 | */ |
||
| 21 | 18 | public static function dot($array, $prepend = '') |
|
| 39 | } |
||
| 40 |