(PHP 8 >= 8.4.0)
一个表示使用 Firebird PDO 驱动程序的连接的 PDO 子类。
$dsn
,$username
= null
,$password
= null
,$options
= null
$dsn
,$username
= null
,$password
= null
,$options
= null
$query
,$fetchMode
= PDO::FETCH_CLASS,$classname
,$constructorArgs
Pdo\Firebird::ATTR_DATE_FORMAT
Pdo\Firebird::ATTR_TIME_FORMAT
Pdo\Firebird::ATTR_TIMESTAMP_FORMAT
Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL
Pdo\Firebird::READ_COMMITTED
、Pdo\Firebird::REPEATABLE_READ
或Pdo\Firebird::SERIALIZABLE
。
Pdo\Firebird::READ_COMMITTED
Pdo\Firebird::REPEATABLE_READ
Pdo\Firebird::SERIALIZABLE
Pdo\Firebird::WRITABLE_TRANSACTION
READ ONLY
和READ WRITE
之间切换事务访问模式。默认情况下,它是true
,表示READ WRITE
。