|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | phpext_pdo_pgsql_ptr &pdo_pgsql_module_entry |
| #define | PHP_PDO_PGSQL_VERSION PHP_VERSION |
Functions | |
| PHP_MINIT_FUNCTION (pdo_pgsql) | |
| PHP_MSHUTDOWN_FUNCTION (pdo_pgsql) | |
| PHP_MINFO_FUNCTION (pdo_pgsql) | |
Variables | |
| zend_module_entry | pdo_pgsql_module_entry |
| #define PHP_PDO_PGSQL_VERSION PHP_VERSION |
Definition at line 26 of file php_pdo_pgsql.h.
| #define phpext_pdo_pgsql_ptr &pdo_pgsql_module_entry |
Definition at line 23 of file php_pdo_pgsql.h.
| PHP_MINFO_FUNCTION | ( | pdo_pgsql | ) |
Definition at line 208 of file pdo_pgsql.c.
| PHP_MINIT_FUNCTION | ( | pdo_pgsql | ) |
Definition at line 179 of file pdo_pgsql.c.
| PHP_MSHUTDOWN_FUNCTION | ( | pdo_pgsql | ) |
Definition at line 200 of file pdo_pgsql.c.
|
extern |
Definition at line 41 of file pdo_pgsql.c.