I have a function which sorts data in a multidimensional array, as shown below:
\"James\");
// If order_new is a NORMAL function usort($data, [$this, 'order_new']); // self ref object, function name // If order_new is a STATIC function usort($data, [__CLASS__, 'order_new']); // string, function name