Answers for "php print current files in directory"

PHP
4

php current file name

basename(__FILE__, '.php');
Posted by: Guest on March-06-2020
0

php get files in folder

$files = array_diff(scandir($path), array('.', '..'));
Posted by: Guest on August-27-2021

Code answers related to "php print current files in directory"

Browse Popular Code Answers by Language