test_scandir

Run Settings
LanguagePHP
Language Version
Run Command
<?php $dir = "/tmp"; $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); print_r($files); rsort($files); print_r($files); ?>
Editor Settings
Theme
Key bindings
Full width
Lines