PHP 8.5.0 Alpha 4 available for testing

Voting

: eight minus four?
(Example: nine)

The Note You're Voting On

synnus at gmail dot com
4 years ago
<?php

// simple juste use FilesystemIterator
// and you can skip dot and duble dot
// and use it in array
// new FilesystemIterator( PATH , OPTIONS ) : array

$array_file_list = new FilesystemIterator( PATH_ROOT . 'folder/', FilesystemIterator::SKIP_DOTS );

?>

<< Back to user notes page

To Top