PHP·98 questions

How to work with directories?

Answer
scandir() — list files.
mkdir() — create.
rmdir() — delete empty.
is_dir() — check.
glob('*.php') — pattern search.
Was this answer helpful?

More questions in this topic

Related questions from other topics