Searched refs:timeoutMilliseconds (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 32 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0):… argument
|
H A D | pdo_pgsql.stub.php | 56 …public function getNotify(int $fetchMode = \PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): arr… argument
|
H A D | pgsql_driver_arginfo.h | 43 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timeoutMilliseconds, IS_LONG, 0, "0")
|
H A D | pdo_pgsql_arginfo.h | 47 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timeoutMilliseconds, IS_LONG, 0, "0")
|
Completed in 7 milliseconds