PHP 数组函数 rsort() PHP 数组函数 reset() PHP 数组函数 shuffle() PHP 数组函数 rsort() <?php $input = array("d"=>"lemon", "a"=>"orange", "b"=>"banana" ); rsort($input); print_r($input); ?> PHP 数组函数 reset() PHP 数组函数 shuffle()