Home >Backend Development >PHP Tutorial >Xia囧CMS (imitation happy twist, encyclopedia of bad things, connotation jokes) joke program

Xia囧CMS (imitation happy twist, encyclopedia of bad things, connotation jokes) joke program

WBOY
WBOYOriginal
2016-07-25 08:43:531486browse
Xia囧CMS (imitation happy twist, encyclopedia of bad things, connotation jokes) joke program
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."< ;br>";
  12. $fileList[] = $path."/".$file;
  13. }
  14. }
  15. }
  16. }
  17. return $fileList;
  18. }
  19. ?>
Copy code
Xia囧, CMS


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn