php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_driver_t Struct Reference

#include <php_pdo_driver.h>

Data Fields

const char * driver_name
 
size_t driver_name_len
 
zend_ulong api_version
 
int(* db_handle_factory )(pdo_dbh_t *dbh, zval *driver_options)
 

Detailed Description

Definition at line 199 of file php_pdo_driver.h.

Field Documentation

◆ api_version

zend_ulong pdo_driver_t::api_version

Definition at line 202 of file php_pdo_driver.h.

◆ db_handle_factory

int(* pdo_driver_t::db_handle_factory) (pdo_dbh_t *dbh, zval *driver_options)

Definition at line 215 of file php_pdo_driver.h.

◆ driver_name

const char* pdo_driver_t::driver_name

Definition at line 200 of file php_pdo_driver.h.

◆ driver_name_len

size_t pdo_driver_t::driver_name_len

Definition at line 201 of file php_pdo_driver.h.


The documentation for this struct was generated from the following file: