Someone

Results 1 issues of Someone

// sort it & return $cmp_func = create_function('$a,$b', 'return ($b[\'weight\'] > $a[\'weight\'] ? 1 : -1);'); 出现错误: Function create_function() is deprecated