What extension to enable in order to use scandir() in php? -


i read php documentation since 5.1.0 scandir() default not usable in php.

how can enable it?

on documentation page, don't see support claim - reference version "(php 5)", , scandir() built-in function, don't need additional extension it.

(anyway, docs page has long list of alternative approaches and/or improvements.)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -