1780. Class

1780.1. Zend\Stdlib\Glob

Wrapper for glob with fallback if GLOB_BRACE is not available.

1780.1.1. Methods

1780.1.1.1. glob

glob()

Find pathnames matching a pattern.

Parameters:
  • string
  • integer
  • bool
Return type:

array|false

1780.1.1.2. systemGlob

systemGlob()

Use the glob function provided by the system.

Parameters:
  • string
  • integer
Return type:

array|false

1780.1.1.3. fallbackGlob

fallbackGlob()

Expand braces manually, then use the system glob.

Parameters:
  • string
  • integer
Return type:

array|false

1780.1.1.4. nextBraceSub

nextBraceSub()

Find the end of the sub-pattern in a brace expression.

Parameters:
  • string
  • integer
  • integer
Return type:

integer|null

1780.1.2. Constants

1780.1.2.1. GLOB_MARK

1780.1.2.2. GLOB_NOSORT

1780.1.2.3. GLOB_NOCHECK

1780.1.2.4. GLOB_NOESCAPE

1780.1.2.5. GLOB_BRACE

1780.1.2.6. GLOB_ONLYDIR

1780.1.2.7. GLOB_ERR