PHP 数组函数 asort() PHP 数组函数 arsort() PHP 数组函数 count() PHP 数组函数 asort() <?php $fruits = array("d"=>"lemon", "a"=>"orange", "b"=>"banana" ); asort($fruits); print_r($fruits); ?> PHP 数组函数 arsort() PHP 数组函数 count()