Пример #1
0
 public static function doValueBy(&$array, $index)
 {
     $array = \UArray::valueBy($array, $index);
 }