Class Glob

Summary

Fully Qualified Name: Zend\Stdlib\Glob

Description

Wrapper for glob with fallback if GLOB_BRACE is not available.

Methods

Name Description Defined By
glob() Find pathnames matching a pattern. Glob

Method Details

glob()

Find pathnames matching a pattern.

Parameter Name Type Description
$pattern string
$flags int
$forceFallback bool

Returns: array

Top