摘要: There may be times when you want to sort the values inside of an array. For example, suppose your array values are not in alphabetical order. Like this one:$full_name = array();$full_name["Roger"] = "Waters";$full_name["Richard"] = "Wright";$full_name["Ni 阅读全文
posted @ 2011-09-15 17:18 Lux.Y 阅读(409) 评论(0) 推荐(0)