예제 #1
0
파일: UArray.php 프로젝트: pixel418/ubiq
 public static function doValueBy(&$array, $index)
 {
     $array = \UArray::valueBy($array, $index);
 }