摘要: 类的成员函数作为回调函数 usort 无法调用类成员作为回调函数其他可回调的函数亦是如此![代码]本例采用静态方法usort($array,'classname::cmp_fun'); 阅读全文