php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Static Public Member Functions | |
static | getApiVersion () |
![]() | |
static | connect (string $dsn, ?string $username=null, #[\SensitiveParameter] ?string $password=null, ?array $options=null) |
static | getAvailableDrivers () |
Data Fields | |
const int | ATTR_DATE_FORMAT = UNKNOWN |
const int | ATTR_TIME_FORMAT = UNKNOWN |
const int | ATTR_TIMESTAMP_FORMAT = UNKNOWN |
const int | TRANSACTION_ISOLATION_LEVEL = UNKNOWN |
const int | READ_COMMITTED = UNKNOWN |
const int | REPEATABLE_READ = UNKNOWN |
const int | SERIALIZABLE = UNKNOWN |
const int | WRITABLE_TRANSACTION = UNKNOWN |
![]() | |
const int | PARAM_NULL = 0 |
const int | PARAM_BOOL = 5 |
const int | PARAM_INT = 1 |
const int | PARAM_STR = 2 |
const int | PARAM_LOB = 3 |
const int | PARAM_STMT = 4 |
const int | PARAM_INPUT_OUTPUT = UNKNOWN |
const int | PARAM_STR_NATL = UNKNOWN |
const int | PARAM_STR_CHAR = UNKNOWN |
const int | PARAM_EVT_ALLOC = UNKNOWN |
const int | PARAM_EVT_FREE = UNKNOWN |
const int | PARAM_EVT_EXEC_PRE = UNKNOWN |
const int | PARAM_EVT_EXEC_POST = UNKNOWN |
const int | PARAM_EVT_FETCH_PRE = UNKNOWN |
const int | PARAM_EVT_FETCH_POST = UNKNOWN |
const int | PARAM_EVT_NORMALIZE = UNKNOWN |
const int | FETCH_DEFAULT = UNKNOWN |
const int | FETCH_LAZY = UNKNOWN |
const int | FETCH_ASSOC = UNKNOWN |
const int | FETCH_NUM = UNKNOWN |
const int | FETCH_BOTH = UNKNOWN |
const int | FETCH_OBJ = UNKNOWN |
const int | FETCH_BOUND = UNKNOWN |
const int | FETCH_COLUMN = UNKNOWN |
const int | FETCH_CLASS = UNKNOWN |
const int | FETCH_INTO = UNKNOWN |
const int | FETCH_FUNC = UNKNOWN |
const int | FETCH_GROUP = UNKNOWN |
const int | FETCH_UNIQUE = UNKNOWN |
const int | FETCH_KEY_PAIR = UNKNOWN |
const int | FETCH_CLASSTYPE = UNKNOWN |
const int | FETCH_SERIALIZE = UNKNOWN |
const int | FETCH_PROPS_LATE = UNKNOWN |
const int | FETCH_NAMED = UNKNOWN |
const int | ATTR_AUTOCOMMIT = UNKNOWN |
const int | ATTR_PREFETCH = UNKNOWN |
const int | ATTR_TIMEOUT = UNKNOWN |
const int | ATTR_ERRMODE = UNKNOWN |
const int | ATTR_SERVER_VERSION = UNKNOWN |
const int | ATTR_CLIENT_VERSION = UNKNOWN |
const int | ATTR_SERVER_INFO = UNKNOWN |
const int | ATTR_CONNECTION_STATUS = UNKNOWN |
const int | ATTR_CASE = UNKNOWN |
const int | ATTR_CURSOR_NAME = UNKNOWN |
const int | ATTR_CURSOR = UNKNOWN |
const int | ATTR_ORACLE_NULLS = UNKNOWN |
const int | ATTR_PERSISTENT = UNKNOWN |
const int | ATTR_STATEMENT_CLASS = UNKNOWN |
const int | ATTR_FETCH_TABLE_NAMES = UNKNOWN |
const int | ATTR_FETCH_CATALOG_NAMES = UNKNOWN |
const int | ATTR_DRIVER_NAME = UNKNOWN |
const int | ATTR_STRINGIFY_FETCHES = UNKNOWN |
const int | ATTR_MAX_COLUMN_LEN = UNKNOWN |
const int | ATTR_EMULATE_PREPARES = UNKNOWN |
const int | ATTR_DEFAULT_FETCH_MODE = UNKNOWN |
const int | ATTR_DEFAULT_STR_PARAM = UNKNOWN |
const int | ERRMODE_SILENT = UNKNOWN |
const int | ERRMODE_WARNING = UNKNOWN |
const int | ERRMODE_EXCEPTION = UNKNOWN |
const int | CASE_NATURAL = UNKNOWN |
const int | CASE_LOWER = UNKNOWN |
const int | CASE_UPPER = UNKNOWN |
const int | NULL_NATURAL = UNKNOWN |
const int | NULL_EMPTY_STRING = UNKNOWN |
const int | NULL_TO_STRING = UNKNOWN |
const string | ERR_NONE = UNKNOWN |
const int | FETCH_ORI_NEXT = UNKNOWN |
const int | FETCH_ORI_PRIOR = UNKNOWN |
const int | FETCH_ORI_FIRST = UNKNOWN |
const int | FETCH_ORI_LAST = UNKNOWN |
const int | FETCH_ORI_ABS = UNKNOWN |
const int | FETCH_ORI_REL = UNKNOWN |
const int | CURSOR_FWDONLY = UNKNOWN |
const int | CURSOR_SCROLL = UNKNOWN |
Additional Inherited Members | |
![]() | |
__construct (string $dsn, ?string $username=null, #[\SensitiveParameter] ?string $password=null, ?array $options=null) | |
beginTransaction () | |
commit () | |
errorCode () | |
errorInfo () | |
exec (string $statement) | |
getAttribute (int $attribute) | |
inTransaction () | |
lastInsertId (?string $name=null) | |
prepare (string $query, array $options=[]) | |
query (string $query, ?int $fetchMode=null, mixed ... $fetchModeArgs) | |
quote (string $string, int $type=PDO::PARAM_STR) | |
rollBack () | |
setAttribute (int $attribute, mixed $value) | |
@strict-properties @not-serializable
Definition at line 11 of file pdo_firebird.stub.php.
|
static |
Definition at line 37 of file pdo_firebird.stub.php.
const int Pdo\Firebird::ATTR_DATE_FORMAT = UNKNOWN |
@cvalue PDO_FB_ATTR_DATE_FORMAT
Definition at line 14 of file pdo_firebird.stub.php.
const int Pdo\Firebird::ATTR_TIME_FORMAT = UNKNOWN |
@cvalue PDO_FB_ATTR_TIME_FORMAT
Definition at line 17 of file pdo_firebird.stub.php.
const int Pdo\Firebird::ATTR_TIMESTAMP_FORMAT = UNKNOWN |
@cvalue PDO_FB_ATTR_TIMESTAMP_FORMAT
Definition at line 20 of file pdo_firebird.stub.php.
const int Pdo\Firebird::READ_COMMITTED = UNKNOWN |
@cvalue PDO_FB_READ_COMMITTED
Definition at line 26 of file pdo_firebird.stub.php.
const int Pdo\Firebird::REPEATABLE_READ = UNKNOWN |
@cvalue PDO_FB_REPEATABLE_READ
Definition at line 29 of file pdo_firebird.stub.php.
const int Pdo\Firebird::SERIALIZABLE = UNKNOWN |
@cvalue PDO_FB_SERIALIZABLE
Definition at line 32 of file pdo_firebird.stub.php.
const int Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL = UNKNOWN |
@cvalue PDO_FB_TRANSACTION_ISOLATION_LEVEL
Definition at line 23 of file pdo_firebird.stub.php.
const int Pdo\Firebird::WRITABLE_TRANSACTION = UNKNOWN |
@cvalue PDO_FB_WRITABLE_TRANSACTION
Definition at line 35 of file pdo_firebird.stub.php.