php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pgsql.c File Reference
#include <stdlib.h>
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "zend_smart_str.h"
#include "ext/pcre/php_pcre.h"
#include "php_pgsql.h"
#include "php_globals.h"
#include "zend_exceptions.h"
#include "zend_attributes.h"
#include "php_network.h"

Go to the source code of this file.

Macros

#define PHP_PGSQL_PRIVATE   1
 

Functions

 PHP_FUNCTION (pg_put_copy_data)
 
 PHP_FUNCTION (pg_put_copy_end)
 
 PHP_FUNCTION (pg_socket_poll)
 

Macro Definition Documentation

◆ PHP_PGSQL_PRIVATE

#define PHP_PGSQL_PRIVATE   1

Definition at line 23 of file pgsql.c.

Function Documentation

◆ PHP_FUNCTION() [1/3]

PHP_FUNCTION ( pg_put_copy_data )

Definition at line 6195 of file pgsql.c.

◆ PHP_FUNCTION() [2/3]

PHP_FUNCTION ( pg_put_copy_end )

Definition at line 6214 of file pgsql.c.

◆ PHP_FUNCTION() [3/3]

PHP_FUNCTION ( pg_socket_poll )

Definition at line 6237 of file pgsql.c.