Oihana PHP

FindMode uses ConstantsTrait

FileExtension

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

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

Table of Contents

Constants

BOTH  = 'both'
List files and directories.
DIRS  = 'dirs'
List directories only.
FILES  = 'files'
List files only.

Constants

BOTH

List files and directories.

public mixed BOTH = 'both'

DIRS

List directories only.

public mixed DIRS = 'dirs'

FILES

List files only.

public mixed FILES = 'files'

        
On this page

Search results