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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -