示例#1
0
文件: UArray.php 项目: pixel418/ubiq
 public static function doValueBy(&$array, $index)
 {
     $array = \UArray::valueBy($array, $index);
 }