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

WBOY
Release: 2016-07-25 08:43:53
Original
1436 people have browsed it
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


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!