Page MenuHomePhorge

function phutil_fnmatch($glob, $path)
libphutil Technical Documentation (Core Utilities)

An improved version of fnmatch.

Parameters
string$globA glob pattern.
string$pathA path.
Return
bool