Home
last modified time | relevance | path

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

/PHP-7.3/ext/pgsql/
H A Dpgsql.c104 ZEND_ARG_INFO(0, connect_type)
1311 int connect_type = 0; local
1345 connect_type = (int)zval_get_long(&args[1]);
1445 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)
1466 if (connect_type & PGSQL_CONNECT_ASYNC) {

Completed in 29 milliseconds