Skip to content

Instantly share code, notes, and snippets.

@ph-One
Last active August 29, 2015 14:06
Show Gist options
  • Save ph-One/17f37ccb2a82e8cc7720 to your computer and use it in GitHub Desktop.
Save ph-One/17f37ccb2a82e8cc7720 to your computer and use it in GitHub Desktop.
PHP_List_PDO_Drivers
<?php
foreach(PDO::getAvailableDrivers() as $driver) {
echo "$driver, ";
}
// EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment