Copy the code The code is as follows:
$fruits = array("155::vbscript::http://www.jb51.net/list/list_114_1.htm", "1: :javascript::http://www.jb51.net/list/list_3_1.htm", "2::regular expression::http://www.jb51.net/list/list_6_1.htm", "3: :Common server software::http://s.jb51.net");
print_r($fruits);
rsort($fruits,SORT_NUMERIC);
print_r($fruits);
?>
The above introduces the code for finding the maximum and minimum values of PHP multi-dimensional arrays, including the content of PHP multi-dimensional arrays. I hope it will be helpful to friends who are interested in PHP tutorials.