Mega Code Archive

 
Categories / Php / File Directory
 

Scandir php

<?php    print_r(scandir("/usr/local/apache2/htdocs")); ?>