DESCR-pdo_dblib 413 B

123456789
  1. The PHP Data Objects (PDO) extension defines a lightweight,
  2. consistent interface for accessing databases in PHP.
  3. Each database driver that implements the PDO interface can
  4. expose database-specific features as regular extension functions.
  5. pdo_dblib is a driver that implements the PHP Data Objects (PDO)
  6. interface to enable access from PHP to Microsoft SQL Server and
  7. Sybase databases through the FreeTDS libary.