首頁  >  文章  >  後端開發  >  蝦囧CMS(仿快樂麻花,臭事百科,內涵段)笑話程序

蝦囧CMS(仿快樂麻花,臭事百科,內涵段)笑話程序

WBOY
WBOY原創
2016-07-25 08:43:531438瀏覽
虾囧CMS(仿快乐麻花,臭事百科,内涵段子)笑话程序
http://www.topthink.com/topic/13029.html
  1. while (false !== ($file = readdir($handle)))
  2. {
  3. if ($file != "." && $file != "..")
  4. {
  5. if (is_dir($path."/".$file))
  6. {
  7. file_list($path."/".$file);
  8. }
  9. else
  10. {
  11. //echo $path."/".$file."
    ";
  12. $fileList[] = $path."/".$file;
  13. }
  14. }
  15. }
  16. }
  17. return $fileList;
  18. }
  19. ?>
复制代码
蝦囧, CMS


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn