how to get all child folder in php code example Example: php list directories $dir = '.'; $directories = glob($dir . '/*', GLOB_ONLYDIR);