Lines Matching refs:null

12         ?string $hostname = null,
13 ?string $username = null,
14 ?string $password = null,
15 ?string $database = null,
16 ?int $port = null,
17 ?string $socket = null
30 public function begin_transaction(int $flags = 0, ?string $name = null) {}
54 public function commit(int $flags = 0, ?string $name = null) {}
62 ?string $hostname = null,
63 ?string $username = null,
64 ?string $password = null,
65 ?string $database = null,
66 ?int $port = null,
67 ?string $socket = null
175 ?string $hostname = null,
176 ?string $username = null,
177 ?string $password = null,
178 ?string $database = null,
179 ?int $port = null,
180 ?string $socket = null,
220 public function rollback(int $flags = 0, ?string $name = null) {}
392 public function __construct(mysqli $mysql, ?string $query = null) {}
528 function mysqli_begin_transaction(mysqli $mysql, int $flags = 0, ?string $name = null): bool {}
536 function mysqli_commit(mysqli $mysql, int $flags = 0, ?string $name = null): bool {}
539 ?string $hostname = null,
540 ?string $username = null,
541 ?string $password = null,
542 ?string $database = null,
543 ?int $port = null,
544 ?string $socket = null
580 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {}
582 function mysqli_fetch_assoc(mysqli_result $result): array|null|false {}
584 …qli_result $result, string $class = "stdClass", array $constructor_args = []): object|null|false {}
586 function mysqli_fetch_row(mysqli_result $result): array|null|false {}
604 function mysqli_get_client_info(?mysqli $mysql = null): string {}
661 ?string $hostname = null,
662 ?string $username = null,
663 ?string $password = null,
664 ?string $database = null,
665 ?int $port = null,
666 ?string $socket = null,
683 function mysqli_rollback(mysqli $mysql, int $flags = 0, ?string $name = null): bool {}