sort()
sort (配列, ソートフラグ);
$fruit = array("りんご", "みかん", "ぶどう", "いちご"); sort($fruit, SORT_STRING); print_r($fruit);
PageTop / Home / PHP入門 / リファレンス目次