예제 #1
0
파일: helpers.php 프로젝트: saj696/pipe
 /**
  * Divide an array into two arrays. One with keys and the other with values.
  *
  * @param  array $array
  * @return array
  */
 function array_divide($array)
 {
     return Arr::divide($array);
 }