|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| pgsqlCopyFromArray (string $tableName, array $rows, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null) | |
| pgsqlCopyFromFile (string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null) | |
| pgsqlCopyToArray (string $tableName, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null) | |
| pgsqlCopyToFile (string $tableName, string $filename, string $separator="\t", string $nullAs="\\\\N", ?string $fields=null) | |
| pgsqlLOBCreate () | |
| pgsqlLOBOpen (string $oid, string $mode="rb") | |
| pgsqlLOBUnlink (string $oid) | |
| pgsqlGetNotify (int $fetchMode=PDO::FETCH_DEFAULT, int $timeoutMilliseconds=0) | |
| pgsqlGetPid () | |
@generate-function-entries These are extension methods for PDO. This is not a real class. @undocumentable
Definition at line 9 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlCopyFromArray | ( | string | $tableName, |
| array | $rows, | ||
| string | $separator = "\t", | ||
| string | $nullAs = "\\\\N", | ||
| ?string | $fields = null ) |
@tentative-return-type
Definition at line 11 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlCopyFromFile | ( | string | $tableName, |
| string | $filename, | ||
| string | $separator = "\t", | ||
| string | $nullAs = "\\\\N", | ||
| ?string | $fields = null ) |
@tentative-return-type
Definition at line 14 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlCopyToArray | ( | string | $tableName, |
| string | $separator = "\t", | ||
| string | $nullAs = "\\\\N", | ||
| ?string | $fields = null ) |
@tentative-return-type
Definition at line 17 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlCopyToFile | ( | string | $tableName, |
| string | $filename, | ||
| string | $separator = "\t", | ||
| string | $nullAs = "\\\\N", | ||
| ?string | $fields = null ) |
@tentative-return-type
Definition at line 20 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlGetNotify | ( | int | $fetchMode = PDO::FETCH_DEFAULT, |
| int | $timeoutMilliseconds = 0 ) |
@tentative-return-type
Definition at line 32 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlGetPid | ( | ) |
@tentative-return-type
Definition at line 35 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlLOBCreate | ( | ) |
@tentative-return-type
Definition at line 23 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlLOBOpen | ( | string | $oid, |
| string | $mode = "rb" ) |
Definition at line 26 of file pgsql_driver.stub.php.
| PDO_PGSql_Ext::pgsqlLOBUnlink | ( | string | $oid | ) |
@tentative-return-type
Definition at line 29 of file pgsql_driver.stub.php.