3 lines
No EOL
108 B
PHP
Executable file
3 lines
No EOL
108 B
PHP
Executable file
<?php
|
|
$fi = new FilesystemIterator("acc/data", FilesystemIterator::SKIP_DOTS);
|
|
echo iterator_count($fi) - 1; |