hi i have a folder name themes. i want to get all folders within this folder. can i do this
$cwd = getcwd(); chddir('/path/to/themes'); $folders = glob('*', GLOB_ONLYDIR); chdir($cwd);