Searched refs:connection_string (Results 1 – 3 of 3) sorted by relevance
463 function pg_connect(string $connection_string, int $flags = 0): PgSql\Connection|false {} argument465 function pg_pconnect(string $connection_string, int $flags = 0): PgSql\Connection|false {} argument
5 ZEND_ARG_TYPE_INFO(0, connection_string, IS_STRING, 0)
257 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, connection_string, IS_STRING, 1, "null")
Completed in 17 milliseconds