Method glob()


Method glob

protected bool glob(string a, string b)
variant protected bool glob(array(string) a, string b)
variant protected array(string) glob(array(string)|string a, array(string) b)

Description

Backward compatibility implementation of glob().

This function differs from glob() in that the characters '\\' and '[' are NOT special, which means that it is not possible to quote any of the special characters nor are character ranges supported.

Do NOT use unless you know what you are doing.

See also

glob()