Searched refs:connection_string (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/oci8/ |
H A D | oci8.stub.php | 298 function oci_new_connect(string $username, string $password, ?string $connection_string = null, str… argument 305 function ocinlogon(string $username, string $password, ?string $connection_string = null, string $e… argument 310 function oci_connect(string $username, string $password, ?string $connection_string = null, string … argument 317 function ocilogon(string $username, string $password, ?string $connection_string = null, string $en… argument 320 function oci_pconnect(string $username, string $password, ?string $connection_string = null, string… argument 327 function ociplogon(string $username, string $password, ?string $connection_string = null, string $e… argument
|
H A D | oci8_arginfo.h | 257 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, connection_string, IS_STRING, 1, "null")
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.stub.php | 35 function pg_connect(string $connection_string, int $flags = 0): PgSql\Connection|false {} argument 37 function pg_pconnect(string $connection_string, int $flags = 0): PgSql\Connection|false {} argument
|
H A D | pgsql_arginfo.h | 5 ZEND_ARG_TYPE_INFO(0, connection_string, IS_STRING, 0)
|
Completed in 21 milliseconds