摘要:<?php function get_file_list($path){ $file_list = scandir($path); foreach($file_list as $v){ //防止无限循环,. ..在windwo操作系统中代表当前文件夹和上级文件夹 if($v '.'||$v '..'
阅读全文
posted @ 2020-11-09 11:38
随笔 - 40, 文章 - 0, 评论 - 0, 阅读 -
3584
|
|
随笔分类 - PHP文件
摘要:<?php function get_file_list($path){ $file_list = scandir($path); foreach($file_list as $v){ //防止无限循环,. ..在windwo操作系统中代表当前文件夹和上级文件夹 if($v '.'||$v '..'
阅读全文
posted @ 2020-11-09 11:38
|
|
Powered by:
|