摘要:数组排序(6个) sort() - 以升序对数组排序 rsort() - 以降序对数组排序 reversal sort) asort() - 根据值,以升序对关联数组进行排序 (associative sort) ksort() - 根据键,以升序对关联数组进行排序 arsort() - 根据值,以
阅读全文
posted @ 2020-10-27 13:27
随笔 - 40, 文章 - 0, 评论 - 0, 阅读 -
3584
|
|
随笔分类 - PHP
摘要:数组排序(6个) sort() - 以升序对数组排序 rsort() - 以降序对数组排序 reversal sort) asort() - 根据值,以升序对关联数组进行排序 (associative sort) ksort() - 根据键,以升序对关联数组进行排序 arsort() - 根据值,以
阅读全文
posted @ 2020-10-27 13:27
摘要:class classname { function __construct() { echo __METHOD__, "<br/>"; } } function funcname() { echo __FUNCTION__, "<br/>"; } $a = 'classname'; $obj =
阅读全文
posted @ 2020-09-21 13:16
|
|
Powered by:
|