php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_pgsql.c File Reference
#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
 

Function Documentation

◆ PHP_METHOD() [1/11]

PHP_METHOD ( Pdo_Pgsql ,
copyFromArray  )

Definition at line 95 of file pdo_pgsql.c.

◆ PHP_METHOD() [2/11]

PHP_METHOD ( Pdo_Pgsql ,
copyFromFile  )

Definition at line 101 of file pdo_pgsql.c.

◆ PHP_METHOD() [3/11]

PHP_METHOD ( Pdo_Pgsql ,
copyToArray  )

Definition at line 113 of file pdo_pgsql.c.

◆ PHP_METHOD() [4/11]

PHP_METHOD ( Pdo_Pgsql ,
copyToFile  )

Definition at line 107 of file pdo_pgsql.c.

◆ PHP_METHOD() [5/11]

PHP_METHOD ( Pdo_Pgsql ,
escapeIdentifier  )

Definition at line 61 of file pdo_pgsql.c.

◆ PHP_METHOD() [6/11]

PHP_METHOD ( Pdo_Pgsql ,
getNotify  )

Definition at line 137 of file pdo_pgsql.c.

◆ PHP_METHOD() [7/11]

PHP_METHOD ( Pdo_Pgsql ,
getPid  )

Definition at line 143 of file pdo_pgsql.c.

◆ PHP_METHOD() [8/11]

PHP_METHOD ( Pdo_Pgsql ,
lobCreate  )

Definition at line 119 of file pdo_pgsql.c.

◆ PHP_METHOD() [9/11]

PHP_METHOD ( Pdo_Pgsql ,
lobOpen  )

Definition at line 125 of file pdo_pgsql.c.

◆ PHP_METHOD() [10/11]

PHP_METHOD ( Pdo_Pgsql ,
lobUnlink  )

Definition at line 131 of file pdo_pgsql.c.

◆ PHP_METHOD() [11/11]

PHP_METHOD ( Pdo_Pgsql ,
setNoticeCallback  )

Definition at line 149 of file pdo_pgsql.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( pdo_pgsql )

Definition at line 208 of file pdo_pgsql.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( pdo_pgsql )

Definition at line 179 of file pdo_pgsql.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( pdo_pgsql )

Definition at line 200 of file pdo_pgsql.c.

Variable Documentation

◆ pdo_pgsql_module_entry

zend_module_entry pdo_pgsql_module_entry
Initial value:
= {
pdo_pgsql_deps,
"pdo_pgsql",
PHP_MINIT(pdo_pgsql),
PHP_MSHUTDOWN(pdo_pgsql),
PHP_MINFO(pdo_pgsql),
}
#define NULL
Definition gdcache.h:45
#define PHP_MINFO
Definition php.h:396
#define PHP_MSHUTDOWN
Definition php.h:393
#define PHP_MINIT
Definition php.h:392
#define PHP_PDO_PGSQL_VERSION
#define STANDARD_MODULE_PROPERTIES
#define STANDARD_MODULE_HEADER_EX

Definition at line 41 of file pdo_pgsql.c.