Oihana PHP

RecursiveFilePathsOption uses ConstantsTrait

Enumeration class that defines various options to use in the recursiveFilePaths function.

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0
see
recursiveFilePaths()

Table of Contents

Constants

EXCLUDES  = 'excludes'
The enumeration of all files to excludes.
EXTENSIONS  = 'extensions'
The optional list of the extensions to use to scan the folder(s).
MAX_DEPTH  = 'maxDepth'
The maximum allowed depth. Default -1 is used.
SORTABLE  = 'sortable'
Indicates if the list of file paths is sorted before returned.

Constants

EXTENSIONS

The optional list of the extensions to use to scan the folder(s).

public mixed EXTENSIONS = 'extensions'

SORTABLE

Indicates if the list of file paths is sorted before returned.

public mixed SORTABLE = 'sortable'

        
On this page

Search results