<?php //error handling ini_set('display_errors', 1); error_reporting(E_ALL); $dirs = array_filter(glob('*'), 'is_dir'); print_r( $dirs); ?>