Skip to content

Instantly share code, notes, and snippets.

@adamstraube
Created October 12, 2023 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamstraube/c42d47647c35cb42e472884ec669eea4 to your computer and use it in GitHub Desktop.
Save adamstraube/c42d47647c35cb42e472884ec669eea4 to your computer and use it in GitHub Desktop.
<?php
$dir = '/var/www/html/';
$files1 = scandir($dir);
print_r($files1);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment