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  : string = 'excludes'
The enumeration of all files to excludes.
EXTENSIONS  : string = 'extensions'
The optional list of the extensions to use to scan the folder(s).
MAX_DEPTH  : string = 'maxDepth'
The maximum allowed depth. Default -1 is used.
SORTABLE  : string = '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 string EXTENSIONS = 'extensions'

SORTABLE

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

public string SORTABLE = 'sortable'
On this page

Search results