按日期列出目录内容
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了按日期列出目录内容相关的知识,希望对你有一定的参考价值。
Loads the contens of a dir an sorts them by the date of creation.
function listdir_by_date($path){ if ($file != '.' and $file != '..'){ // add the filename, to be sure not to // overwrite a array key $list[$ctime] = $file; } } return $list; }
以上是关于按日期列出目录内容的主要内容,如果未能解决你的问题,请参考以下文章