php_pdo_driver1.htm
 
<?php
print_r(PDO::getAvailableDrivers());
?>