noalyss Version-9
scandir.php
Go to the documentation of this file.
1<?php
2
3 $a=scandir('.');
4 var_export ($a);
5?>
$a
Definition: scandir.php:3