php8.5
Home/ Manual/ reference / pdo/ The PDO class

The PDO class

Represents a connection between PHP and a database server.

Intro

Represents a connection between PHP and a database server.

Class synopsis

class PDO { }

Changelog

VersionDescription
8.5.0Driver-specific constants of the PDO class have been deprecated in favor of the equivalent constants of the driver-specific subclasses (Pdo\Dblib, Pdo\Firebird, Pdo\Mysql, Pdo\Odbc, Pdo\Pgsql, Pdo\Sqlite).
8.4.0The class constants are now typed.

Pdo

In this section

Source: reference/pdo/pdo.xml · from the official PHP manual (php/doc-en)