This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( ! function_exists( 'array_unflatten' ) ) | |
{ | |
/** | |
* Convert flatten collection (with dot notation) to multiple dimmensionals array | |
* @param Collection $collection Collection to be flatten | |
* @return Array | |
*/ | |
function array_unflatten( $collection ) |