Searched refs:FETCH_DEFAULT (Results 1 – 3 of 3) sorted by relevance
38 …public function fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT…41 public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array {}
94 public const FETCH_DEFAULT = UNKNOWN; define in PDO
32 …public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0):…
Completed in 7 milliseconds