php glob with GLOB_BRACE | GLOB_ONLYDIR -
i'm trying utilize multiple patterns glob, directories. tried
foreach (glob("{*,../img/*}", glob_brace | glob_onlydir) $dir) but it's empty , nil happens
foreach (glob("../img/*", glob_onlydir) $dir) works expected.
is there way find directories multiple patterns or have start sec foreach-loop?
php glob
No comments:
Post a Comment