|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "php_ini.h"#include "ext/standard/info.h"#include "ext/pdo/php_pdo.h"#include "ext/pdo/php_pdo_error.h"#include "ext/pdo/php_pdo_driver.h"#include "php_pdo_pgsql.h"#include "php_pdo_pgsql_int.h"#include "pdo_pgsql_arginfo.h"Go to the source code of this file.
Functions | |
| PHP_METHOD (Pdo_Pgsql, escapeIdentifier) | |
| PHP_METHOD (Pdo_Pgsql, copyFromArray) | |
| PHP_METHOD (Pdo_Pgsql, copyFromFile) | |
| PHP_METHOD (Pdo_Pgsql, copyToFile) | |
| PHP_METHOD (Pdo_Pgsql, copyToArray) | |
| PHP_METHOD (Pdo_Pgsql, lobCreate) | |
| PHP_METHOD (Pdo_Pgsql, lobOpen) | |
| PHP_METHOD (Pdo_Pgsql, lobUnlink) | |
| PHP_METHOD (Pdo_Pgsql, getNotify) | |
| PHP_METHOD (Pdo_Pgsql, getPid) | |
| PHP_METHOD (Pdo_Pgsql, setNoticeCallback) | |
| PHP_MINIT_FUNCTION (pdo_pgsql) | |
| PHP_MSHUTDOWN_FUNCTION (pdo_pgsql) | |
| PHP_MINFO_FUNCTION (pdo_pgsql) | |
Variables | |
| zend_module_entry | pdo_pgsql_module_entry |
| PHP_METHOD | ( | Pdo_Pgsql | , |
| copyFromArray | ) |
Definition at line 95 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| copyFromFile | ) |
Definition at line 101 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| copyToArray | ) |
Definition at line 113 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| copyToFile | ) |
Definition at line 107 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| escapeIdentifier | ) |
Definition at line 61 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| getNotify | ) |
Definition at line 137 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| getPid | ) |
Definition at line 143 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| lobCreate | ) |
Definition at line 119 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| lobOpen | ) |
Definition at line 125 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| lobUnlink | ) |
Definition at line 131 of file pdo_pgsql.c.
| PHP_METHOD | ( | Pdo_Pgsql | , |
| setNoticeCallback | ) |
Definition at line 149 of file pdo_pgsql.c.
| 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.
| zend_module_entry pdo_pgsql_module_entry |
Definition at line 41 of file pdo_pgsql.c.