* $stat = stat( "/tmp/myfile.txt" ); * $isDirectory = ( ( $stat["mode"] & S_FMT ) == ezcArchiveStatMode::S_IFDIR ); *