mysqli_affected_rows() | (mixed $mysql): int | int | ✓ | — |
mysqli_autocommit() | (mixed $mysql, bool $enable): bool | bool | ✓ | — |
mysqli_begin_transaction() | (mixed $mysql, int $flags = 0, ?string $name = null): bool | bool | ✓ | — |
mysqli_character_set_name() | (mixed $mysql): string | string | ✓ | — |
mysqli_close() | (mixed $mysql): bool | bool | ✓ | — |
mysqli_commit() | (mixed $mysql, int $flags = 0, ?string $name = null): bool | bool | ✓ | — |
mysqli_connect() | (?string $hostname = null, ?string $username = null, ?string $password = null, ?string $database = null, ?int $port = null, ?string $socket = null): mixed | mixed | ✓ | — |
mysqli_connect_errno() | (): int | int | ✓ | — |
mysqli_connect_error() | (): ?string | ?string | ✓ | — |
mysqli_data_seek() | (mixed $result, int $offset): bool | bool | ✓ | — |
mysqli_errno() | (mixed $mysql): int | int | ✓ | — |
mysqli_error() | (mixed $mysql): string | string | ✓ | — |
mysqli_error_list() | (mixed $mysql): array | array | ✓ | — |
mysqli_escape_string() | (mixed $mysql, string $string): string | string | ✓ | — |
mysqli_execute() | (mixed $statement): bool | bool | ✓ | — |
mysqli_execute_query() | (mixed $mysql, string $query, ?array $params = null): mixed | mixed | ✓ | — |
mysqli_fetch_all() | (mixed $result, int $mode = 2): array | array | ✓ | — |
mysqli_fetch_array() | (mixed $result, int $mode = 3): ?array | ?array | ✓ | — |
mysqli_fetch_assoc() | (mixed $result): ?array | ?array | ✓ | — |
mysqli_fetch_column() | (mixed $result, int $column = 0): mixed | mixed | ✓ | — |
mysqli_fetch_field() | (mixed $result): mixed | mixed | ✓ | — |
mysqli_fetch_field_direct() | (mixed $result, int $index): mixed | mixed | ✓ | — |
mysqli_fetch_fields() | (mixed $result): array | array | ✓ | — |
mysqli_fetch_lengths() | (mixed $result): ?array | ?array | ✓ | — |
mysqli_fetch_object() | (mixed $result, string $class = 'stdClass', array $constructor_args = []): mixed | mixed | ✓ | — |
mysqli_fetch_row() | (mixed $result): ?array | ?array | ✓ | — |
mysqli_field_count() | (mixed $mysql): int | int | ✓ | — |
mysqli_field_seek() | (mixed $result, int $index): bool | bool | ✓ | — |
mysqli_field_tell() | (mixed $result): int | int | ✓ | — |
mysqli_free_result() | (mixed $result): void | void | ✓ | — |
mysqli_get_charset() | (mixed $mysql): mixed | mixed | ✓ | — |
mysqli_get_client_info() | (mixed $mysql): string | string | ✓ | — |
mysqli_get_client_version() | (mixed $mysql): int | int | ✓ | — |
mysqli_get_host_info() | (mixed $mysql): string | string | ✓ | — |
mysqli_get_proto_info() | (mixed $mysql): int | int | ✓ | — |
mysqli_get_server_info() | (mixed $mysql): string | string | ✓ | — |
mysqli_get_server_version() | (mixed $mysql): int | int | ✓ | — |
mysqli_info() | (mixed $mysql): ?string | ?string | ✓ | — |
mysqli_init() | (): mixed | mixed | ✓ | — |
mysqli_insert_id() | (mixed $mysql): int | int | ✓ | — |
mysqli_more_results() | (mixed $mysql): bool | bool | ✓ | — |
mysqli_multi_query() | (mixed $mysql, string $query): bool | bool | ✓ | — |
mysqli_next_result() | (mixed $mysql): bool | bool | ✓ | — |
mysqli_num_fields() | (mixed $result): int | int | ✓ | — |
mysqli_num_rows() | (mixed $result): int | int | ✓ | — |
mysqli_options() | (mixed $mysql, int $option, mixed $value): bool | bool | ✓ | — |
mysqli_ping() | (mixed $mysql): bool | bool | ✓ | — |
mysqli_prepare() | (mixed $mysql, string $query): mixed | mixed | ✓ | — |
mysqli_query() | (mixed $mysql, string $query, int $result_mode = 0): mixed | mixed | ✓ | — |
mysqli_real_connect() | (mixed $mysql, ?string $hostname = null, ?string $username = null, ?string $password = null, ?string $database = null, ?int $port = null, ?string $socket = null, int $flags = 0): bool | bool | ✓ | — |
mysqli_real_escape_string() | (mixed $mysql, string $string): string | string | ✓ | — |
mysqli_real_query() | (mixed $mysql, string $query): bool | bool | ✓ | — |
mysqli_release_savepoint() | (mixed $mysql, string $name): bool | bool | ✓ | — |
mysqli_report() | (int $flags): bool | bool | ✓ | — |
mysqli_rollback() | (mixed $mysql, int $flags = 0, ?string $name = null): bool | bool | ✓ | — |
mysqli_savepoint() | (mixed $mysql, string $name): bool | bool | ✓ | — |
mysqli_select_db() | (mixed $mysql, string $database): bool | bool | ✓ | — |
mysqli_set_charset() | (mixed $mysql, string $charset): bool | bool | ✓ | — |
mysqli_set_opt() | (mixed $mysql, int $option, mixed $value): bool | bool | ✓ | — |
mysqli_sqlstate() | (mixed $mysql): string | string | ✓ | — |
mysqli_stat() | (mixed $mysql): mixed | mixed | ✓ | — |
mysqli_stmt_affected_rows() | (mixed $statement): int | int | ✓ | — |
mysqli_stmt_bind_param() | (mixed $statement, string $types, ...$vars): bool | bool | ✓ | — |
mysqli_stmt_close() | (mixed $statement): bool | bool | ✓ | — |
mysqli_stmt_errno() | (mixed $statement): int | int | ✓ | — |
mysqli_stmt_error() | (mixed $statement): string | string | ✓ | — |
mysqli_stmt_error_list() | (mixed $statement): array | array | ✓ | — |
mysqli_stmt_execute() | (mixed $statement, ?array $params = null): bool | bool | ✓ | — |
mysqli_stmt_field_count() | (mixed $statement): int | int | ✓ | — |
mysqli_stmt_free_result() | (mixed $statement): void | void | ✓ | — |
mysqli_stmt_get_result() | (mixed $statement): mixed | mixed | ✓ | — |
mysqli_stmt_init() | (mixed $mysql): mixed | mixed | ✓ | — |
mysqli_stmt_insert_id() | (mixed $statement): int | int | ✓ | — |
mysqli_stmt_num_rows() | (mixed $statement): int | int | ✓ | — |
mysqli_stmt_param_count() | (mixed $statement): int | int | ✓ | — |
mysqli_stmt_prepare() | (mixed $statement, string $query): bool | bool | ✓ | — |
mysqli_stmt_reset() | (mixed $statement): bool | bool | ✓ | — |
mysqli_stmt_sqlstate() | (mixed $statement): string | string | ✓ | — |
mysqli_stmt_store_result() | (mixed $statement): bool | bool | ✓ | — |
mysqli_store_result() | (mixed $mysql, int $mode = 0): mixed | mixed | ✓ | — |
mysqli_thread_id() | (mixed $mysql): int | int | ✓ | — |
mysqli_thread_safe() | (): bool | bool | ✓ | — |
mysqli_use_result() | (mixed $mysql): mixed | mixed | ✓ | — |
mysqli_warning_count() | (mixed $mysql): int | int | ✓ | — |
pdo_drivers() | (): array | array | ✓ | — |