php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo.stub.php
Go to the documentation of this file.
1
<?php
2
4
5
class
PDOException
extends
RuntimeException
6
{
8
protected
$code
= 0;
// TODO add proper type
9
public
?array
$errorInfo
=
null
;
10
}
11
16
function
pdo_drivers
(): array {}
PDOException
Definition
pdo.stub.php:6
PDOException\$errorInfo
array $errorInfo
Definition
pdo.stub.php:9
PDOException\$code
$code
Definition
pdo.stub.php:8
RuntimeException
Definition
spl_exceptions.stub.php:34
pdo_drivers
pdo_drivers()
Definition
pdo.stub.php:16
ext
pdo
pdo.stub.php
Generated on Sat Aug 23 2025 01:46:11 for php-internal-docs by
1.13.2