Lines Matching refs:null

15 function pg_close($connection = null): bool {}
18 function pg_dbname($connection = null): string {}
21 function pg_last_error($connection = null): string {}
28 function pg_errormessage($connection = null): string {}
31 function pg_options($connection = null): string {}
34 function pg_port($connection = null): string {}
37 function pg_tty($connection = null): string {}
40 function pg_host($connection = null): string {}
43 function pg_version($connection = null): array {}
49 function pg_ping($connection = null): bool {}
167 function pg_fetch_result($result, $row, string|int $field = UNKNOWN): string|false|null {}
175 function pg_result($result, $row, string|int $field = UNKNOWN): string|false|null {}
180 function pg_fetch_row($result, ?int $row = null, int $mode = PGSQL_NUM): array|false {}
185 function pg_fetch_assoc($result, ?int $row = null): array|false {}
190 function pg_fetch_array($result, ?int $row = null, int $mode = PGSQL_BOTH): array|false {}
193 function pg_fetch_object($result, ?int $row = null, string $class = "stdClass", array $constructor_…
253 function pg_trace(string $filename, string $mode = "w", $connection = null): bool {}
256 function pg_untrace($connection = null): bool {}
323 function pg_lo_write($lob, string $data, ?int $length = null): int|false {}
330 function pg_lowrite($lob, string $data, ?int $length = null): int|false {}
401 function pg_client_encoding($connection = null): string {}
408 function pg_clientencoding($connection = null): string {}
411 function pg_end_copy($connection = null): bool {}
440 function pg_result_error_field($result, int $field_code): string|false|null {}