php8.5

PHP Manual · 8.5

Find any function, class, or concept in seconds.

Home/Manual/Reference

Browse the reference

Everything in the manual, grouped the way you look it up. Filter by name to narrow instantly.

108 pages matching “pdo”

PDO::sqliteCreateFunction

refentry

Alias Pdo\Sqlite::createFunction

PDO::sqliteCreateAggregate

refentry

Alias Pdo\Sqlite::createAggregate

PDO::sqliteCreateCollation

refentry

Alias Pdo\Sqlite::createCollation

PDO::pgsqlCopyToArray

refentry

Alias Pdo\Pgsql::copyToArray

PDO::pgsqlGetPid

refentry

Alias Pdo\Pgsql::getPid

PDO::pgsqlCopyToFile

refentry

Alias Pdo\Pgsql::copyToFile

PDO::pgsqlCopyFromFile

refentry

Alias Pdo\Pgsql::copyFromFile

PDO::pgsqlCopyFromArray

refentry

Alias Pdo\Pgsql::copyFromArray

PDO::pgsqlLOBOpen

refentry

Alias Pdo\Pgsql::lobOpen

PDO::pgsqlGetNotify

refentry

Alias Pdo\Pgsql::getNotify

PDO::pgsqlLOBCreate

refentry

Alias Pdo\Pgsql::lobCreate

PDO::pgsqlLOBUnlink

refentry

Alias Pdo\Pgsql::lobUnlink

Installing PDO on Unix systems

chapter

Disable --disable-pdo

The Pdo\Sqlite class

chapter

A PDO subclass representing a connection using the SQLite PDO driver.

The Pdo\Dblib class

chapter

A PDO subclass representing a connection using the DBLib PDO driver.

The Pdo\Mysql class

chapter

A PDO subclass representing a connection using the MySQL PDO driver.

The Pdo\Odbc class

chapter

A PDO subclass representing a connection using the ODBC PDO driver.

The Pdo\Pgsql class

chapter

A PDO subclass representing a connection using the PostgreSQL PDO driver.

The Pdo\Firebird class

chapter

A PDO subclass representing a connection using the Firebird PDO driver.

PDO Configuration Options

chapter

PDO Configuration OptionsNameDefaultChangeableChangelogpdo.dsn.*Ini only

PDO::getAvailableDrivers

refentry

Return an array of available PDO drivers

SQLite PDO Driver (PDO_SQLITE)

chapter

PDO_SQLITE is a driver that implements the PHP Data Objects (PDO) interface to enable access to...

MySQL PDO Driver (PDO_MYSQL)

chapter

PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from...

Informix PDO Driver (PDO_INFORMIX)

chapter

PDO_INFORMIX is a driver that implements the PHP Data Objects (PDO) interface to enable access f...

IBM PDO Driver (PDO_IBM)

chapter

PDO_IBM is a driver that implements the PHP Data Objects (PDO) interface to enable access from P...

PostgreSQL PDO Driver (PDO_PGSQL)

chapter

PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from...

Firebird PDO Driver (PDO_FIREBIRD)

chapter

PDO_FIREBIRD is a driver that implements the PHP Data Objects (PDO) interface to enable access f...

CUBRID PDO Driver (PDO_CUBRID)

chapter

PDO_CUBRID is a driver that implements the PHP Data Objects (PDO) interface to enable access fro...

PDO::__construct

refentry

Creates a PDO instance representing a connection to a database

Pdo\Sqlite::openBlob

refentry

Description

Pdo\Sqlite::loadExtension

refentry

Description

The PDORow class

chapter

Represents a row from a result set returned by PDOStatement::fetch called with PDO::FETCH_LAZY f...

PDO::setAttribute

refentry

Set an attribute

PDO::commit

refentry

Commits a transaction

PDO::beginTransaction

refentry

Initiates a transaction

PDO_IBM Configuration Options

chapter

PDO_IBM Configuration OptionsNameDefaultChangeableChangelogpdo_ibm.i5_dbcs_alloc"0"INI_SYSTEMAdd...