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
6{
8 protected $code = 0; // TODO add proper type
9 public ?array $errorInfo = null;
10}
11
16function pdo_drivers(): array {}
array $errorInfo
Definition pdo.stub.php:9
pdo_drivers()
Definition pdo.stub.php:16