fetchAll('DESCRIBE users'); foreach ($cols as $c) { echo $c['Field'] . ' => ' . $c['Type'] . PHP_EOL; }