The STORE function creates an entry in both the primary and the secondary array (normal and reverse mapping).
STORE函数同时在主数组和辅数组(常规和反向映射)中创建一个项。
The line of perl says, "Read all input lines into an anonymous array , reverse the order of the elements, and print the new array."
包含perl的那行命令表示“将所有的输入行读入一个匿名数组(),颠倒元素的顺序,并打印这个新的数组”。
The krsort() function sorts an array by the keys in reverse order. The values keep their original keys.
函数的作用是:对数组按照键名逆向排序,元素的键名保持不变。
The krsort() function sorts an array by the keys in reverse order. The values keep their original keys.
函数的作用是:对数组按照键名逆向排序,元素的键名保持不变。
应用推荐