php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | PgSql\Connection |
class | PgSql\Result |
class | PgSql\Lob |
Namespaces | |
namespace | PgSql |
Functions | |
pg_connect (string $connection_string, int $flags=0) | |
pg_pconnect (string $connection_string, int $flags=0) | |
pg_connect_poll (PgSql\Connection $connection) | |
pg_close (?PgSql\Connection $connection=null) | |
pg_dbname (?PgSql\Connection $connection=null) | |
pg_last_error (?PgSql\Connection $connection=null) | |
pg_errormessage (?PgSql\Connection $connection=null) | |
pg_options (?PgSql\Connection $connection=null) | |
pg_port (?PgSql\Connection $connection=null) | |
pg_tty (?PgSql\Connection $connection=null) | |
pg_host (?PgSql\Connection $connection=null) | |
pg_version (?PgSql\Connection $connection=null) | |
pg_jit (?PgSql\Connection $connection=null) | |
pg_parameter_status ($connection, string $name=UNKNOWN) | |
pg_ping (?PgSql\Connection $connection=null) | |
pg_query ($connection, string $query=UNKNOWN) | |
pg_exec ($connection, string $query=UNKNOWN) | |
pg_query_params ($connection, $query, array $params=UNKNOWN) | |
pg_prepare ($connection, string $statement_name, string $query=UNKNOWN) | |
pg_execute ($connection, $statement_name, array $params=UNKNOWN) | |
pg_num_rows (PgSql\Result $result) | |
pg_numrows (PgSql\Result $result) | |
pg_num_fields (PgSql\Result $result) | |
pg_numfields (PgSql\Result $result) | |
pg_affected_rows (PgSql\Result $result) | |
pg_cmdtuples (PgSql\Result $result) | |
pg_last_notice (PgSql\Connection $connection, int $mode=PGSQL_NOTICE_LAST) | |
pg_field_table (PgSql\Result $result, int $field, bool $oid_only=false) | |
pg_field_name (PgSql\Result $result, int $field) | |
pg_fieldname (PgSql\Result $result, int $field) | |
pg_field_size (PgSql\Result $result, int $field) | |
pg_fieldsize (PgSql\Result $result, int $field) | |
pg_field_type (PgSql\Result $result, int $field) | |
pg_fieldtype (PgSql\Result $result, int $field) | |
pg_field_type_oid (PgSql\Result $result, int $field) | |
pg_field_num (PgSql\Result $result, string $field) | |
pg_fieldnum (PgSql\Result $result, string $field) | |
pg_fetch_result (PgSql\Result $result, $row, string|int $field=UNKNOWN) | |
pg_result (PgSql\Result $result, $row, string|int $field=UNKNOWN) | |
pg_fetch_row (PgSql\Result $result, ?int $row=null, int $mode=PGSQL_NUM) | |
pg_fetch_assoc (PgSql\Result $result, ?int $row=null) | |
pg_fetch_array (PgSql\Result $result, ?int $row=null, int $mode=PGSQL_BOTH) | |
pg_fetch_object (PgSql\Result $result, ?int $row=null, string $class="stdClass", array $constructor_args=[]) | |
pg_fetch_all (PgSql\Result $result, int $mode=PGSQL_ASSOC) | |
pg_fetch_all_columns (PgSql\Result $result, int $field=0) | |
pg_result_seek (PgSql\Result $result, int $row) | |
pg_field_prtlen (PgSql\Result $result, $row, string|int $field=UNKNOWN) | |
pg_fieldprtlen (PgSql\Result $result, $row, string|int $field=UNKNOWN) | |
pg_field_is_null (PgSql\Result $result, $row, string|int $field=UNKNOWN) | |
pg_fieldisnull (PgSql\Result $result, $row, string|int $field=UNKNOWN) | |
pg_free_result (PgSql\Result $result) | |
pg_freeresult (PgSql\Result $result) | |
pg_last_oid (PgSql\Result $result) | |
pg_getlastoid (PgSql\Result $result) | |
pg_trace (string $filename, string $mode="w", ?PgSql\Connection $connection=null, int $trace_mode=0) | |
pg_untrace (?PgSql\Connection $connection=null) | |
pg_lo_create ($connection=UNKNOWN, $oid=UNKNOWN) | |
pg_locreate ($connection=UNKNOWN, $oid=UNKNOWN) | |
pg_lo_unlink ($connection, $oid=UNKNOWN) | |
pg_lounlink ($connection, $oid=UNKNOWN) | |
pg_lo_open ($connection, $oid=UNKNOWN, string $mode=UNKNOWN) | |
pg_loopen ($connection, $oid=UNKNOWN, string $mode=UNKNOWN) | |
pg_lo_close (PgSql\Lob $lob) | |
pg_loclose (PgSql\Lob $lob) | |
pg_lo_read (PgSql\Lob $lob, int $length=8192) | |
pg_loread (PgSql\Lob $lob, int $length=8192) | |
pg_lo_write (PgSql\Lob $lob, string $data, ?int $length=null) | |
pg_lowrite (PgSql\Lob $lob, string $data, ?int $length=null) | |
pg_lo_read_all (PgSql\Lob $lob) | |
pg_loreadall (PgSql\Lob $lob) | |
pg_lo_import ($connection, $filename=UNKNOWN, $oid=UNKNOWN) | |
pg_loimport ($connection, $filename=UNKNOWN, $oid=UNKNOWN) | |
pg_lo_export ($connection, $oid=UNKNOWN, $filename=UNKNOWN) | |
pg_loexport ($connection, $oid=UNKNOWN, $filename=UNKNOWN) | |
pg_lo_seek (PgSql\Lob $lob, int $offset, int $whence=SEEK_CUR) | |
pg_lo_tell (PgSql\Lob $lob) | |
pg_lo_truncate (PgSql\Lob $lob, int $size) | |
pg_set_error_verbosity ($connection, int $verbosity=UNKNOWN) | |
pg_set_client_encoding ($connection, string $encoding=UNKNOWN) | |
pg_setclientencoding ($connection, string $encoding=UNKNOWN) | |
pg_client_encoding (?PgSql\Connection $connection=null) | |
pg_clientencoding (?PgSql\Connection $connection=null) | |
pg_end_copy (?PgSql\Connection $connection=null) | |
pg_put_line ($connection, string $query=UNKNOWN) | |
pg_copy_to (PgSql\Connection $connection, string $table_name, string $separator="\t", string $null_as="\\\\N") | |
pg_copy_from (PgSql\Connection $connection, string $table_name, array $rows, string $separator="\t", string $null_as="\\\\N") | |
pg_escape_string ($connection, string $string=UNKNOWN) | |
pg_escape_bytea ($connection, string $string=UNKNOWN) | |
pg_unescape_bytea (string $string) | |
pg_escape_literal ($connection, string $string=UNKNOWN) | |
pg_escape_identifier ($connection, string $string=UNKNOWN) | |
pg_result_error (PgSql\Result $result) | |
pg_result_error_field (PgSql\Result $result, int $field_code) | |
pg_connection_status (PgSql\Connection $connection) | |
pg_transaction_status (PgSql\Connection $connection) | |
pg_connection_reset (PgSql\Connection $connection) | |
pg_cancel_query (PgSql\Connection $connection) | |
pg_connection_busy (PgSql\Connection $connection) | |
pg_send_query (PgSql\Connection $connection, string $query) | |
pg_send_query_params (PgSql\Connection $connection, string $query, array $params) | |
pg_send_prepare (PgSql\Connection $connection, string $statement_name, string $query) | |
pg_send_execute (PgSql\Connection $connection, string $statement_name, array $params) | |
pg_get_result (PgSql\Connection $connection) | |
pg_result_status (PgSql\Result $result, int $mode=PGSQL_STATUS_LONG) | |
pg_get_notify (PgSql\Connection $connection, int $mode=PGSQL_ASSOC) | |
pg_get_pid (PgSql\Connection $connection) | |
pg_socket (PgSql\Connection $connection) | |
pg_consume_input (PgSql\Connection $connection) | |
pg_flush (PgSql\Connection $connection) | |
pg_meta_data (PgSql\Connection $connection, string $table_name, bool $extended=false) | |
pg_convert (PgSql\Connection $connection, string $table_name, array $values, int $flags=0) | |
pg_insert (PgSql\Connection $connection, string $table_name, array $values, int $flags=PGSQL_DML_EXEC) | |
pg_update (PgSql\Connection $connection, string $table_name, array $values, array $conditions, int $flags=PGSQL_DML_EXEC) | |
pg_delete (PgSql\Connection $connection, string $table_name, array $conditions, int $flags=PGSQL_DML_EXEC) | |
pg_select (PgSql\Connection $connection, string $table_name, array $conditions=[], int $flags=PGSQL_DML_EXEC, int $mode=PGSQL_ASSOC) | |
pg_set_error_context_visibility (PgSql\Connection $connection, int $visibility) | |
pg_result_memory_size (PgSql\Result $result) | |
pg_change_password (PgSql\Connection $connection, string $user, #[\SensitiveParameter] string $password) | |
pg_put_copy_data (PgSql\Connection $connection, string $cmd) | |
pg_put_copy_end (PgSql\Connection $connection, ?string $error=null) | |
pg_socket_poll ($socket, int $read, int $write, int $timeout=-1) | |
pg_set_chunked_rows_size (PgSql\Connection $connection, int $size) | |
pg_affected_rows | ( | PgSql\Result | $result | ) |
Definition at line 567 of file pgsql.stub.php.
pg_cancel_query | ( | PgSql\Connection | $connection | ) |
Definition at line 891 of file pgsql.stub.php.
pg_change_password | ( | PgSql\Connection | $connection, |
string | $user, | ||
# string | $password[\SensitiveParameter] ) |
Definition at line 960 of file pgsql.stub.php.
pg_client_encoding | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 831 of file pgsql.stub.php.
pg_clientencoding | ( | ?PgSql\Connection | $connection = null | ) |
@alias pg_client_encoding
Definition at line 837 of file pgsql.stub.php.
pg_close | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 474 of file pgsql.stub.php.
pg_cmdtuples | ( | PgSql\Result | $result | ) |
@alias pg_affected_rows
Definition at line 573 of file pgsql.stub.php.
pg_connect | ( | string | $connection_string, |
int | $flags = 0 ) |
Definition at line 468 of file pgsql.stub.php.
pg_connect_poll | ( | PgSql\Connection | $connection | ) |
Definition at line 472 of file pgsql.stub.php.
pg_connection_busy | ( | PgSql\Connection | $connection | ) |
Definition at line 893 of file pgsql.stub.php.
pg_connection_reset | ( | PgSql\Connection | $connection | ) |
Definition at line 889 of file pgsql.stub.php.
pg_connection_status | ( | PgSql\Connection | $connection | ) |
Definition at line 885 of file pgsql.stub.php.
pg_consume_input | ( | PgSql\Connection | $connection | ) |
Definition at line 923 of file pgsql.stub.php.
pg_convert | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
array | $values, | ||
int | $flags = 0 ) |
Definition at line 937 of file pgsql.stub.php.
pg_copy_from | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
array | $rows, | ||
string | $separator = "\t", | ||
string | $null_as = "\\\\N" ) |
Definition at line 850 of file pgsql.stub.php.
pg_copy_to | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
string | $separator = "\t", | ||
string | $null_as = "\\\\N" ) |
Definition at line 848 of file pgsql.stub.php.
pg_dbname | ( | ?PgSql\Connection | $connection = null | ) |
@refcount 1
Definition at line 477 of file pgsql.stub.php.
pg_delete | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
array | $conditions, | ||
int | $flags = PGSQL_DML_EXEC ) |
@refcount 1
Definition at line 946 of file pgsql.stub.php.
pg_end_copy | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 839 of file pgsql.stub.php.
pg_errormessage | ( | ?PgSql\Connection | $connection = null | ) |
@alias pg_last_error
Definition at line 485 of file pgsql.stub.php.
pg_escape_bytea | ( | $connection, | |
string | $string = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 862 of file pgsql.stub.php.
pg_escape_identifier | ( | $connection, | |
string | $string = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 877 of file pgsql.stub.php.
pg_escape_literal | ( | $connection, | |
string | $string = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 871 of file pgsql.stub.php.
pg_escape_string | ( | $connection, | |
string | $string = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 856 of file pgsql.stub.php.
pg_exec | ( | $connection, | |
string | $query = UNKNOWN ) |
PgSql\Connection | string | $connection | @alias pg_query |
Definition at line 529 of file pgsql.stub.php.
pg_execute | ( | $connection, | |
$statement_name, | |||
array | $params = UNKNOWN ) |
PgSql\Connection | string | $connection | |
string | array | $statement_name | @refcount 1 |
Definition at line 549 of file pgsql.stub.php.
pg_fetch_all | ( | PgSql\Result | $result, |
int | $mode = PGSQL_ASSOC ) |
Definition at line 653 of file pgsql.stub.php.
pg_fetch_all_columns | ( | PgSql\Result | $result, |
int | $field = 0 ) |
Definition at line 659 of file pgsql.stub.php.
pg_fetch_array | ( | PgSql\Result | $result, |
?int | $row = null, | ||
int | $mode = PGSQL_BOTH ) |
Definition at line 644 of file pgsql.stub.php.
pg_fetch_assoc | ( | PgSql\Result | $result, |
?int | $row = null ) |
Definition at line 638 of file pgsql.stub.php.
pg_fetch_object | ( | PgSql\Result | $result, |
?int | $row = null, | ||
string | $class = "stdClass", | ||
array | $constructor_args = [] ) |
@refcount 1
Definition at line 647 of file pgsql.stub.php.
pg_fetch_result | ( | PgSql\Result | $result, |
$row, | |||
string|int | $field = UNKNOWN ) |
string | int | null | $row | @refcount 1 |
Definition at line 619 of file pgsql.stub.php.
pg_fetch_row | ( | PgSql\Result | $result, |
?int | $row = null, | ||
int | $mode = PGSQL_NUM ) |
Definition at line 632 of file pgsql.stub.php.
pg_field_is_null | ( | PgSql\Result | $result, |
$row, | |||
string|int | $field = UNKNOWN ) |
string | int | null | $row |
Definition at line 673 of file pgsql.stub.php.
pg_field_name | ( | PgSql\Result | $result, |
int | $field ) |
@refcount 1
Definition at line 580 of file pgsql.stub.php.
pg_field_num | ( | PgSql\Result | $result, |
string | $field ) |
Definition at line 607 of file pgsql.stub.php.
pg_field_prtlen | ( | PgSql\Result | $result, |
$row, | |||
string|int | $field = UNKNOWN ) |
string | int | null | $row |
Definition at line 664 of file pgsql.stub.php.
pg_field_size | ( | PgSql\Result | $result, |
int | $field ) |
Definition at line 588 of file pgsql.stub.php.
pg_field_table | ( | PgSql\Result | $result, |
int | $field, | ||
bool | $oid_only = false ) |
Definition at line 577 of file pgsql.stub.php.
pg_field_type | ( | PgSql\Result | $result, |
int | $field ) |
Definition at line 596 of file pgsql.stub.php.
pg_field_type_oid | ( | PgSql\Result | $result, |
int | $field ) |
@refcount 1
Definition at line 605 of file pgsql.stub.php.
pg_fieldisnull | ( | PgSql\Result | $result, |
$row, | |||
string|int | $field = UNKNOWN ) |
string | int | $row |
Definition at line 679 of file pgsql.stub.php.
pg_fieldname | ( | PgSql\Result | $result, |
int | $field ) |
@alias pg_field_name
Definition at line 586 of file pgsql.stub.php.
pg_fieldnum | ( | PgSql\Result | $result, |
string | $field ) |
@alias pg_field_num
Definition at line 613 of file pgsql.stub.php.
pg_fieldprtlen | ( | PgSql\Result | $result, |
$row, | |||
string|int | $field = UNKNOWN ) |
string | int | $row |
Definition at line 670 of file pgsql.stub.php.
pg_fieldsize | ( | PgSql\Result | $result, |
int | $field ) |
@alias pg_field_size
Definition at line 594 of file pgsql.stub.php.
pg_fieldtype | ( | PgSql\Result | $result, |
int | $field ) |
@alias pg_field_type
Definition at line 602 of file pgsql.stub.php.
pg_flush | ( | PgSql\Connection | $connection | ) |
Definition at line 925 of file pgsql.stub.php.
pg_free_result | ( | PgSql\Result | $result | ) |
Definition at line 681 of file pgsql.stub.php.
pg_freeresult | ( | PgSql\Result | $result | ) |
@alias pg_free_result
Definition at line 687 of file pgsql.stub.php.
pg_get_notify | ( | PgSql\Connection | $connection, |
int | $mode = PGSQL_ASSOC ) |
Definition at line 913 of file pgsql.stub.php.
pg_get_pid | ( | PgSql\Connection | $connection | ) |
Definition at line 915 of file pgsql.stub.php.
pg_get_result | ( | PgSql\Connection | $connection | ) |
@refcount 1
Definition at line 904 of file pgsql.stub.php.
pg_getlastoid | ( | PgSql\Result | $result | ) |
@alias pg_last_oid
Definition at line 696 of file pgsql.stub.php.
pg_host | ( | ?PgSql\Connection | $connection = null | ) |
@refcount 1
Definition at line 497 of file pgsql.stub.php.
pg_insert | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
array | $values, | ||
int | $flags = PGSQL_DML_EXEC ) |
@refcount 1
Definition at line 940 of file pgsql.stub.php.
pg_jit | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 509 of file pgsql.stub.php.
pg_last_error | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 479 of file pgsql.stub.php.
pg_last_notice | ( | PgSql\Connection | $connection, |
int | $mode = PGSQL_NOTICE_LAST ) |
Definition at line 575 of file pgsql.stub.php.
pg_last_oid | ( | PgSql\Result | $result | ) |
@refcount 1
Definition at line 690 of file pgsql.stub.php.
pg_lo_close | ( | PgSql\Lob | $lob | ) |
Definition at line 746 of file pgsql.stub.php.
pg_lo_create | ( | $connection = UNKNOWN, | |
$oid = UNKNOWN ) |
PgSql\Connection | $connection | |
string | int | $oid | @refcount 1 |
Definition at line 707 of file pgsql.stub.php.
pg_lo_export | ( | $connection, | |
$oid = UNKNOWN, | |||
$filename = UNKNOWN ) |
PgSql\Connection | string | int | $connection | |
string | int | $oid | |
string | int | $filename |
Definition at line 801 of file pgsql.stub.php.
pg_lo_import | ( | $connection, | |
$filename = UNKNOWN, | |||
$oid = UNKNOWN ) |
PgSql\Connection | string | $connection | |
string | int | $filename | |
string | int | $oid | @refcount 1 |
Definition at line 785 of file pgsql.stub.php.
pg_lo_open | ( | $connection, | |
$oid = UNKNOWN, | |||
string | $mode = UNKNOWN ) |
PgSql\Connection | $connection | |
string | int | $oid | @refcount 1 |
Definition at line 736 of file pgsql.stub.php.
pg_lo_read | ( | PgSql\Lob | $lob, |
int | $length = 8192 ) |
@refcount 1
Definition at line 755 of file pgsql.stub.php.
pg_lo_read_all | ( | PgSql\Lob | $lob | ) |
Definition at line 771 of file pgsql.stub.php.
Definition at line 812 of file pgsql.stub.php.
pg_lo_tell | ( | PgSql\Lob | $lob | ) |
Definition at line 814 of file pgsql.stub.php.
pg_lo_truncate | ( | PgSql\Lob | $lob, |
int | $size ) |
Definition at line 816 of file pgsql.stub.php.
pg_lo_unlink | ( | $connection, | |
$oid = UNKNOWN ) |
PgSql\Connection | $connection | |
string | int | $oid |
Definition at line 721 of file pgsql.stub.php.
pg_lo_write | ( | PgSql\Lob | $lob, |
string | $data, | ||
?int | $length = null ) |
Definition at line 763 of file pgsql.stub.php.
pg_loclose | ( | PgSql\Lob | $lob | ) |
@alias pg_lo_close
Definition at line 752 of file pgsql.stub.php.
pg_locreate | ( | $connection = UNKNOWN, | |
$oid = UNKNOWN ) |
PgSql\Connection | $connection | |
string | int | $oid | @alias pg_lo_create |
Definition at line 715 of file pgsql.stub.php.
pg_loexport | ( | $connection, | |
$oid = UNKNOWN, | |||
$filename = UNKNOWN ) |
PgSql\Connection | string | int | $connection | |
string | int | $oid | |
string | int | $filename | @alias pg_lo_export |
Definition at line 810 of file pgsql.stub.php.
pg_loimport | ( | $connection, | |
$filename = UNKNOWN, | |||
$oid = UNKNOWN ) |
PgSql\Connection | string | $connection | |
string | int | $filename | |
string | int | $oid | @alias pg_lo_import |
Definition at line 794 of file pgsql.stub.php.
pg_loopen | ( | $connection, | |
$oid = UNKNOWN, | |||
string | $mode = UNKNOWN ) |
PgSql\Connection | $connection | |
string | int | $oid | @alias pg_lo_open |
Definition at line 744 of file pgsql.stub.php.
pg_loread | ( | PgSql\Lob | $lob, |
int | $length = 8192 ) |
@alias pg_lo_read
Definition at line 761 of file pgsql.stub.php.
pg_loreadall | ( | PgSql\Lob | $lob | ) |
@alias pg_lo_read_all
Definition at line 777 of file pgsql.stub.php.
pg_lounlink | ( | $connection, | |
$oid = UNKNOWN ) |
PgSql\Connection | $connection | |
string | int | $oid | @alias pg_lo_unlink |
Definition at line 729 of file pgsql.stub.php.
pg_lowrite | ( | PgSql\Lob | $lob, |
string | $data, | ||
?int | $length = null ) |
@alias pg_lo_write
Definition at line 769 of file pgsql.stub.php.
pg_meta_data | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
bool | $extended = false ) |
Definition at line 931 of file pgsql.stub.php.
pg_num_fields | ( | PgSql\Result | $result | ) |
Definition at line 559 of file pgsql.stub.php.
pg_num_rows | ( | PgSql\Result | $result | ) |
Definition at line 551 of file pgsql.stub.php.
pg_numfields | ( | PgSql\Result | $result | ) |
@alias pg_num_fields
Definition at line 565 of file pgsql.stub.php.
pg_numrows | ( | PgSql\Result | $result | ) |
@alias pg_num_rows
Definition at line 557 of file pgsql.stub.php.
pg_options | ( | ?PgSql\Connection | $connection = null | ) |
@refcount 1
Definition at line 488 of file pgsql.stub.php.
pg_parameter_status | ( | $connection, | |
string | $name = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 515 of file pgsql.stub.php.
pg_pconnect | ( | string | $connection_string, |
int | $flags = 0 ) |
Definition at line 470 of file pgsql.stub.php.
pg_ping | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 517 of file pgsql.stub.php.
pg_port | ( | ?PgSql\Connection | $connection = null | ) |
@refcount 1
Definition at line 491 of file pgsql.stub.php.
pg_prepare | ( | $connection, | |
string | $statement_name, | ||
string | $query = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 542 of file pgsql.stub.php.
pg_put_copy_data | ( | PgSql\Connection | $connection, |
string | $cmd ) |
Definition at line 962 of file pgsql.stub.php.
pg_put_copy_end | ( | PgSql\Connection | $connection, |
?string | $error = null ) |
Definition at line 963 of file pgsql.stub.php.
pg_put_line | ( | $connection, | |
string | $query = UNKNOWN ) |
PgSql\Connection | string | $connection |
Definition at line 842 of file pgsql.stub.php.
pg_query | ( | $connection, | |
string | $query = UNKNOWN ) |
PgSql\Connection | string | $connection | @refcount 1 |
Definition at line 523 of file pgsql.stub.php.
pg_query_params | ( | $connection, | |
$query, | |||
array | $params = UNKNOWN ) |
PgSql\Connection | string | $connection | |
string | array | $query | @refcount 1 |
Definition at line 536 of file pgsql.stub.php.
pg_result | ( | PgSql\Result | $result, |
$row, | |||
string|int | $field = UNKNOWN ) |
string | int | $row | @alias pg_fetch_result |
Definition at line 626 of file pgsql.stub.php.
pg_result_error | ( | PgSql\Result | $result | ) |
@refcount 1
Definition at line 880 of file pgsql.stub.php.
pg_result_error_field | ( | PgSql\Result | $result, |
int | $field_code ) |
@refcount 1
Definition at line 883 of file pgsql.stub.php.
pg_result_memory_size | ( | PgSql\Result | $result | ) |
Definition at line 957 of file pgsql.stub.php.
pg_result_seek | ( | PgSql\Result | $result, |
int | $row ) |
Definition at line 661 of file pgsql.stub.php.
pg_result_status | ( | PgSql\Result | $result, |
int | $mode = PGSQL_STATUS_LONG ) |
@refcount 1
Definition at line 907 of file pgsql.stub.php.
pg_select | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
array | $conditions = [], | ||
int | $flags = PGSQL_DML_EXEC, | ||
int | $mode = PGSQL_ASSOC ) |
Definition at line 952 of file pgsql.stub.php.
pg_send_execute | ( | PgSql\Connection | $connection, |
string | $statement_name, | ||
array | $params ) |
Definition at line 901 of file pgsql.stub.php.
pg_send_prepare | ( | PgSql\Connection | $connection, |
string | $statement_name, | ||
string | $query ) |
Definition at line 899 of file pgsql.stub.php.
pg_send_query | ( | PgSql\Connection | $connection, |
string | $query ) |
Definition at line 895 of file pgsql.stub.php.
pg_send_query_params | ( | PgSql\Connection | $connection, |
string | $query, | ||
array | $params ) |
Definition at line 897 of file pgsql.stub.php.
pg_set_chunked_rows_size | ( | PgSql\Connection | $connection, |
int | $size ) |
Definition at line 971 of file pgsql.stub.php.
pg_set_client_encoding | ( | $connection, | |
string | $encoding = UNKNOWN ) |
PgSql\Connection | string | $connection |
Definition at line 822 of file pgsql.stub.php.
pg_set_error_context_visibility | ( | PgSql\Connection | $connection, |
int | $visibility ) |
Definition at line 954 of file pgsql.stub.php.
pg_set_error_verbosity | ( | $connection, | |
int | $verbosity = UNKNOWN ) |
PgSql\Connection | int | $connection |
Definition at line 819 of file pgsql.stub.php.
pg_setclientencoding | ( | $connection, | |
string | $encoding = UNKNOWN ) |
PgSql\Connection | string | $connection | @alias pg_set_client_encoding |
Definition at line 829 of file pgsql.stub.php.
pg_socket | ( | PgSql\Connection | $connection | ) |
Definition at line 921 of file pgsql.stub.php.
pg_socket_poll | ( | $socket, | |
int | $read, | ||
int | $write, | ||
int | $timeout = -1 ) |
resource | $socket |
Definition at line 968 of file pgsql.stub.php.
pg_trace | ( | string | $filename, |
string | $mode = "w", | ||
?PgSql\Connection | $connection = null, | ||
int | $trace_mode = 0 ) |
Definition at line 698 of file pgsql.stub.php.
pg_transaction_status | ( | PgSql\Connection | $connection | ) |
Definition at line 887 of file pgsql.stub.php.
pg_tty | ( | ?PgSql\Connection | $connection = null | ) |
@refcount 1
Definition at line 494 of file pgsql.stub.php.
pg_unescape_bytea | ( | string | $string | ) |
@refcount 1
Definition at line 865 of file pgsql.stub.php.
pg_untrace | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 700 of file pgsql.stub.php.
pg_update | ( | PgSql\Connection | $connection, |
string | $table_name, | ||
array | $values, | ||
array | $conditions, | ||
int | $flags = PGSQL_DML_EXEC ) |
@refcount 1
Definition at line 943 of file pgsql.stub.php.
pg_version | ( | ?PgSql\Connection | $connection = null | ) |
Definition at line 503 of file pgsql.stub.php.
const PGSQL_ASSOC = UNKNOWN |
Definition at line 39 of file pgsql.stub.php.
const PGSQL_BAD_RESPONSE = UNKNOWN |
Definition at line 269 of file pgsql.stub.php.
const PGSQL_BOTH = UNKNOWN |
Definition at line 49 of file pgsql.stub.php.
const PGSQL_COMMAND_OK = UNKNOWN |
Definition at line 242 of file pgsql.stub.php.
const PGSQL_CONNECT_ASYNC = UNKNOWN |
Definition at line 31 of file pgsql.stub.php.
const PGSQL_CONNECT_FORCE_NEW = UNKNOWN |
Definition at line 26 of file pgsql.stub.php.
const PGSQL_CONNECTION_AUTH_OK = UNKNOWN |
Definition at line 100 of file pgsql.stub.php.
const PGSQL_CONNECTION_AWAITING_RESPONSE = UNKNOWN |
Definition at line 95 of file pgsql.stub.php.
const PGSQL_CONNECTION_BAD = UNKNOWN |
Definition at line 75 of file pgsql.stub.php.
const PGSQL_CONNECTION_MADE = UNKNOWN |
Definition at line 90 of file pgsql.stub.php.
const PGSQL_CONNECTION_OK = UNKNOWN |
Definition at line 80 of file pgsql.stub.php.
const PGSQL_CONNECTION_SETENV = UNKNOWN |
Definition at line 112 of file pgsql.stub.php.
const PGSQL_CONNECTION_SSL_STARTUP = UNKNOWN |
Definition at line 106 of file pgsql.stub.php.
const PGSQL_CONNECTION_STARTED = UNKNOWN |
Definition at line 85 of file pgsql.stub.php.
const PGSQL_CONV_FORCE_NULL = UNKNOWN |
Definition at line 401 of file pgsql.stub.php.
const PGSQL_CONV_IGNORE_DEFAULT = UNKNOWN |
Definition at line 396 of file pgsql.stub.php.
const PGSQL_CONV_IGNORE_NOT_NULL = UNKNOWN |
Definition at line 406 of file pgsql.stub.php.
const PGSQL_COPY_IN = UNKNOWN |
Definition at line 264 of file pgsql.stub.php.
const PGSQL_COPY_OUT = UNKNOWN |
Definition at line 259 of file pgsql.stub.php.
const PGSQL_DIAG_COLUMN_NAME = UNKNOWN |
Definition at line 366 of file pgsql.stub.php.
const PGSQL_DIAG_CONSTRAINT_NAME = UNKNOWN |
Definition at line 380 of file pgsql.stub.php.
const PGSQL_DIAG_CONTEXT = UNKNOWN |
Definition at line 331 of file pgsql.stub.php.
const PGSQL_DIAG_DATATYPE_NAME = UNKNOWN |
Definition at line 373 of file pgsql.stub.php.
const PGSQL_DIAG_INTERNAL_POSITION = UNKNOWN |
Definition at line 318 of file pgsql.stub.php.
const PGSQL_DIAG_INTERNAL_QUERY = UNKNOWN |
Definition at line 325 of file pgsql.stub.php.
const PGSQL_DIAG_MESSAGE_DETAIL = UNKNOWN |
Definition at line 302 of file pgsql.stub.php.
const PGSQL_DIAG_MESSAGE_HINT = UNKNOWN |
Definition at line 307 of file pgsql.stub.php.
const PGSQL_DIAG_MESSAGE_PRIMARY = UNKNOWN |
Definition at line 297 of file pgsql.stub.php.
const PGSQL_DIAG_SCHEMA_NAME = UNKNOWN |
Definition at line 352 of file pgsql.stub.php.
const PGSQL_DIAG_SEVERITY = UNKNOWN |
Definition at line 287 of file pgsql.stub.php.
const PGSQL_DIAG_SEVERITY_NONLOCALIZED = UNKNOWN |
Definition at line 387 of file pgsql.stub.php.
const PGSQL_DIAG_SOURCE_FILE = UNKNOWN |
Definition at line 336 of file pgsql.stub.php.
const PGSQL_DIAG_SOURCE_FUNCTION = UNKNOWN |
Definition at line 346 of file pgsql.stub.php.
const PGSQL_DIAG_SOURCE_LINE = UNKNOWN |
Definition at line 341 of file pgsql.stub.php.
const PGSQL_DIAG_SQLSTATE = UNKNOWN |
Definition at line 292 of file pgsql.stub.php.
const PGSQL_DIAG_STATEMENT_POSITION = UNKNOWN |
Definition at line 312 of file pgsql.stub.php.
const PGSQL_DIAG_TABLE_NAME = UNKNOWN |
Definition at line 359 of file pgsql.stub.php.
const PGSQL_DML_ASYNC = UNKNOWN |
Definition at line 429 of file pgsql.stub.php.
const PGSQL_DML_ESCAPE = UNKNOWN |
Definition at line 414 of file pgsql.stub.php.
const PGSQL_DML_EXEC = UNKNOWN |
Definition at line 424 of file pgsql.stub.php.
const PGSQL_DML_NO_CONV = UNKNOWN |
Definition at line 419 of file pgsql.stub.php.
const PGSQL_DML_STRING = UNKNOWN |
Definition at line 434 of file pgsql.stub.php.
const PGSQL_EMPTY_QUERY = UNKNOWN |
Definition at line 237 of file pgsql.stub.php.
const PGSQL_ERRORS_DEFAULT = UNKNOWN |
Definition at line 180 of file pgsql.stub.php.
const PGSQL_ERRORS_SQLSTATE = UNKNOWN |
Definition at line 191 of file pgsql.stub.php.
const PGSQL_ERRORS_TERSE = UNKNOWN |
Definition at line 175 of file pgsql.stub.php.
const PGSQL_ERRORS_VERBOSE = UNKNOWN |
Definition at line 185 of file pgsql.stub.php.
const PGSQL_FATAL_ERROR = UNKNOWN |
Definition at line 279 of file pgsql.stub.php.
const PGSQL_LIBPQ_VERSION = UNKNOWN |
Definition at line 12 of file pgsql.stub.php.
const PGSQL_LIBPQ_VERSION_STR = UNKNOWN |
Definition at line 18 of file pgsql.stub.php.
const PGSQL_NONFATAL_ERROR = UNKNOWN |
Definition at line 274 of file pgsql.stub.php.
const PGSQL_NOTICE_ALL = UNKNOWN |
Definition at line 62 of file pgsql.stub.php.
const PGSQL_NOTICE_CLEAR = UNKNOWN |
Definition at line 67 of file pgsql.stub.php.
const PGSQL_NOTICE_LAST = UNKNOWN |
Definition at line 57 of file pgsql.stub.php.
const PGSQL_NUM = UNKNOWN |
Definition at line 44 of file pgsql.stub.php.
const PGSQL_POLLING_ACTIVE = UNKNOWN |
Definition at line 139 of file pgsql.stub.php.
const PGSQL_POLLING_FAILED = UNKNOWN |
Definition at line 119 of file pgsql.stub.php.
const PGSQL_POLLING_OK = UNKNOWN |
Definition at line 134 of file pgsql.stub.php.
const PGSQL_POLLING_READING = UNKNOWN |
Definition at line 124 of file pgsql.stub.php.
const PGSQL_POLLING_WRITING = UNKNOWN |
Definition at line 129 of file pgsql.stub.php.
const PGSQL_SEEK_CUR = UNKNOWN |
Definition at line 211 of file pgsql.stub.php.
const PGSQL_SEEK_END = UNKNOWN |
Definition at line 216 of file pgsql.stub.php.
const PGSQL_SEEK_SET = UNKNOWN |
Definition at line 206 of file pgsql.stub.php.
const PGSQL_SHOW_CONTEXT_ALWAYS = UNKNOWN |
Definition at line 466 of file pgsql.stub.php.
const PGSQL_SHOW_CONTEXT_ERRORS = UNKNOWN |
Definition at line 461 of file pgsql.stub.php.
const PGSQL_SHOW_CONTEXT_NEVER = UNKNOWN |
Definition at line 456 of file pgsql.stub.php.
const PGSQL_STATUS_LONG = UNKNOWN |
Definition at line 224 of file pgsql.stub.php.
const PGSQL_STATUS_STRING = UNKNOWN |
Definition at line 229 of file pgsql.stub.php.
const PGSQL_TRACE_REGRESS_MODE = UNKNOWN |
Definition at line 447 of file pgsql.stub.php.
const PGSQL_TRACE_SUPPRESS_TIMESTAMPS = UNKNOWN |
Definition at line 440 of file pgsql.stub.php.
const PGSQL_TRANSACTION_ACTIVE = UNKNOWN |
Definition at line 152 of file pgsql.stub.php.
const PGSQL_TRANSACTION_IDLE = UNKNOWN |
Definition at line 147 of file pgsql.stub.php.
const PGSQL_TRANSACTION_INERROR = UNKNOWN |
Definition at line 162 of file pgsql.stub.php.
const PGSQL_TRANSACTION_INTRANS = UNKNOWN |
Definition at line 157 of file pgsql.stub.php.
const PGSQL_TRANSACTION_UNKNOWN = UNKNOWN |
Definition at line 167 of file pgsql.stub.php.
const PGSQL_TUPLES_CHUNK = UNKNOWN |
Definition at line 253 of file pgsql.stub.php.
const PGSQL_TUPLES_OK = UNKNOWN |
Definition at line 247 of file pgsql.stub.php.