Method Filesystem.Traversion()->create()
- Method
create
Filesystem.Traversion Filesystem.Traversion(
string
path
,void
|bool
symlink
,void
|bool
ignore_errors
,void
|function
(array
:array
)sort_fun
)- Parameter
path
The root path from which to traverse.
- Parameter
symlink
Don't traverse symlink directories.
- Parameter
ignore_errors
Ignore directories that can not be accessed.
- Parameter
sort_fun
Sort function to be applied to directory entries before traversing. Can also be a filter function.