Lines Matching refs:mysqli_stmt

286     public function prepare(string $query): mysqli_stmt|false {}
401 public function stmt_init(): mysqli_stmt|false {}
547 class mysqli_stmt class
797 function mysqli_stmt_execute(mysqli_stmt $statement, ?array $params = null): bool {}
800 function mysqli_execute(mysqli_stmt $statement, ?array $params = null): bool {}
936 function mysqli_prepare(mysqli $mysql, string $query): mysqli_stmt|false {}
978 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {}
980 function mysqli_stmt_attr_get(mysqli_stmt $statement, int $attribute): int {}
982 function mysqli_stmt_attr_set(mysqli_stmt $statement, int $attribute, int $value): bool {}
984 function mysqli_stmt_bind_param(mysqli_stmt $statement, string $types, mixed &...$vars): bool {}
986 function mysqli_stmt_bind_result(mysqli_stmt $statement, mixed &...$vars): bool {}
989 function mysqli_stmt_close(mysqli_stmt $statement): bool {}
991 function mysqli_stmt_data_seek(mysqli_stmt $statement, int $offset): void {}
993 function mysqli_stmt_errno(mysqli_stmt $statement): int {}
996 function mysqli_stmt_error(mysqli_stmt $statement): string {}
1002 function mysqli_stmt_error_list(mysqli_stmt $statement): array {}
1004 function mysqli_stmt_fetch(mysqli_stmt $statement): ?bool {}
1006 function mysqli_stmt_field_count(mysqli_stmt $statement): int {}
1008 function mysqli_stmt_free_result(mysqli_stmt $statement): void {}
1012 function mysqli_stmt_get_result(mysqli_stmt $statement): mysqli_result|false {}
1016 function mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false {}
1019 function mysqli_stmt_init(mysqli $mysql): mysqli_stmt|false {}
1022 function mysqli_stmt_insert_id(mysqli_stmt $statement): int|string {}
1025 function mysqli_stmt_more_results(mysqli_stmt $statement): bool {}
1028 function mysqli_stmt_next_result(mysqli_stmt $statement): bool {}
1031 function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {}
1033 function mysqli_stmt_param_count(mysqli_stmt $statement): int {}
1035 function mysqli_stmt_prepare(mysqli_stmt $statement, string $query): bool {}
1037 function mysqli_stmt_reset(mysqli_stmt $statement): bool {}
1040 function mysqli_stmt_result_metadata(mysqli_stmt $statement): mysqli_result|false {}
1042 function mysqli_stmt_send_long_data(mysqli_stmt $statement, int $param_num, string $data): bool {}
1044 function mysqli_stmt_store_result(mysqli_stmt $statement): bool {}
1047 function mysqli_stmt_sqlstate(mysqli_stmt $statement): string {}