Home > Backend Development > PHP Tutorial > PHP索引以及文件遍历类欢迎大家拍砖

PHP索引以及文件遍历类欢迎大家拍砖

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:26:30
Original
915 people have browsed it

PHP目录以及文件遍历类欢迎大家拍砖

使用方法:

$path='/var/www/lxm/ecms';

$files=new getfiless($path);
$files->getfiles();

运行后效果图:



Related labels:
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