|
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_driver.h"#include "php_pdo_dblib.h"#include "php_pdo_dblib_int.h"#include "zend_exceptions.h"#include "pdo_dblib_arginfo.h"Go to the source code of this file.
Functions | |
| int | pdo_dblib_error_handler (DBPROCESS *dbproc, int severity, int dberr, int oserr, char *dberrstr, char *oserrstr) |
| int | pdo_dblib_msg_handler (DBPROCESS *dbproc, DBINT msgno, int msgstate, int severity, char *msgtext, char *srvname, char *procname, int line) |
| void | pdo_dblib_err_dtor (pdo_dblib_err *err) |
| PHP_RSHUTDOWN_FUNCTION (pdo_dblib) | |
| PHP_MINIT_FUNCTION (pdo_dblib) | |
| PHP_MSHUTDOWN_FUNCTION (pdo_dblib) | |
| PHP_MINFO_FUNCTION (pdo_dblib) | |
Variables | |
| zend_module_entry | pdo_dblib_module_entry |
| void pdo_dblib_err_dtor | ( | pdo_dblib_err * | err | ) |
Definition at line 147 of file pdo_dblib.c.
| int pdo_dblib_error_handler | ( | DBPROCESS * | dbproc, |
| int | severity, | ||
| int | dberr, | ||
| int | oserr, | ||
| char * | dberrstr, | ||
| char * | oserrstr ) |
Definition at line 81 of file pdo_dblib.c.
| int pdo_dblib_msg_handler | ( | DBPROCESS * | dbproc, |
| DBINT | msgno, | ||
| int | msgstate, | ||
| int | severity, | ||
| char * | msgtext, | ||
| char * | srvname, | ||
| char * | procname, | ||
| int | line ) |
Definition at line 126 of file pdo_dblib.c.
| PHP_MINFO_FUNCTION | ( | pdo_dblib | ) |
Definition at line 229 of file pdo_dblib.c.
| PHP_MINIT_FUNCTION | ( | pdo_dblib | ) |
Definition at line 193 of file pdo_dblib.c.
| PHP_MSHUTDOWN_FUNCTION | ( | pdo_dblib | ) |
Definition at line 222 of file pdo_dblib.c.
| PHP_RSHUTDOWN_FUNCTION | ( | pdo_dblib | ) |
Definition at line 176 of file pdo_dblib.c.
| zend_module_entry pdo_dblib_module_entry |
Definition at line 45 of file pdo_dblib.c.