Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Return an array of available PDO drivers
Name:
PDO::getAvailableDrivers
Category:
PDO
Programming Language:
php
One-line Description:
Return an array of available PDO drivers
Related
How to Retrieve the List of Databases Supported by PDO Using the PDO::getAvailableDrivers Function
3
Similar Functions
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::query
PDO::query
ExecuteSQLstatements
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDO::commit
PDO::commit
Submittransactions
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
Popular Articles
How to Retrieve the List of Databases Supported by PDO Using the PDO::getAvailableDrivers Function