| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
(no version information, might be only in CVS)
PDO->getAvailableDrivers() -- Return an array of available PDO drivers
This function returns all currently available PDO drivers which can be used
in DSN parameter of
PDO->__construct(). This is a static method.
PDO->getAvailableDrivers() returns an array of PDO driver names. If no drivers are available, it returns an empty array.
Příklad 1. A PDO->getAvailableDrivers() example
Výše uvedený příklad vypíše něco jako:
|
| Předcházející | Domů | Další |
| PDO->getAttribute() | Nahoru | PDO->lastInsertId() |