Home
last modified time | relevance | path

Searched defs:connection_string (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/oci8/
H A Doci8.stub.php298 function oci_new_connect(string $username, string $password, ?string $connection_string = null, str…
305 function ocinlogon(string $username, string $password, ?string $connection_string = null, string $e…
310 function oci_connect(string $username, string $password, ?string $connection_string = null, string …
317 function ocilogon(string $username, string $password, ?string $connection_string = null, string $en…
320 function oci_pconnect(string $username, string $password, ?string $connection_string = null, string…
327 function ociplogon(string $username, string $password, ?string $connection_string = null, string $e…
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php35 function pg_connect(string $connection_string, int $flags = 0): PgSql\Connection|false {}
37 function pg_pconnect(string $connection_string, int $flags = 0): PgSql\Connection|false {}

Completed in 10 milliseconds