Php File Directory Comparator
Use php to judge whether the content and number of files in the two folders are consistent, and indicate the inconsistent content.
使用php判别两个文件夹中的文件内容与数量是否一致,并表明不一致的内容。
Beautification and file detail display are being processed, it only applies to cli mode
美化与文件细节展示正在处理,它只适用于与cli模式
use
使用
$_can_dir_1 = 'dir one';
$_can_dir_2 = 'dir two';
php can_dir.php