Home
last modified time | relevance | path

Searched refs:connection_string (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/oci8/
H A Doci8.stub.php298 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 Doci8_arginfo.h257 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, connection_string, IS_STRING, 1, "null")
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php6 function pg_connect(string $connection_string, int $flags = 0) {} argument
9 function pg_pconnect(string $connection_string, int $flags = 0) {} argument
H A Dpgsql_arginfo.h5 ZEND_ARG_TYPE_INFO(0, connection_string, IS_STRING, 0)

Completed in 16 milliseconds