arsort排序参数参考

jackxiang 2009-5-6 14:54 | |
SORT_REGULAR - compare items normally (don't change types)
SORT_NUMERIC - compare items numerically
SORT_STRING - compare items as strings
SORT_LOCALE_STRING - compare items as strings, based on the current locale. Added in PHP 4.4.0 and 5.0.2. Before PHP 6, it uses the system locale, which can be changed using setlocale(). Since PHP 6, you must use the i18n_loc_set_default() function.

回忆未来(372647693)  10:45:15
如何把print_r打印出来的调试数组迅速放到php代码里面生成新的数组调试?
膘叔(19129540)  10:46:13
var_dump
膘叔(19129540)  10:46:15
。。。。
膘叔(19129540)  10:46:28
var_dump($data , true);
莫莫(3296320)  10:46:36
print_r之前的赋个值就行了
回忆未来(372647693)  10:56:03
喔,谢谢啊。

作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/1759/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!


最后编辑: jackxiang 编辑于2009-5-6 14:55
评论列表
发表评论

昵称

网址

电邮

打开HTML 打开UBB 打开表情 隐藏 记住我 [登入] [注册]