Method glob()
- Method
glob
protectedboolglob(stringa,stringb)
variantprotectedboolglob(array(string)a,stringb)
variantprotectedarray(string) glob(array(string)|stringa,array(string)b)- Description
Backward compatibility implementation of predef::glob().
This function differs from predef::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