Lines Matching defs:statement
563 function mysqli_stmt_execute(mysqli_stmt $statement): bool {}
566 function mysqli_execute(mysqli_stmt $statement): bool {}
691 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {}
693 function mysqli_stmt_attr_get(mysqli_stmt $statement, int $attribute): int {}
695 function mysqli_stmt_attr_set(mysqli_stmt $statement, int $attribute, int $value): bool {}
697 function mysqli_stmt_bind_param(mysqli_stmt $statement, string $types, mixed &...$vars): bool {}
699 function mysqli_stmt_bind_result(mysqli_stmt $statement, mixed &...$vars): bool {}
701 function mysqli_stmt_close(mysqli_stmt $statement): bool {}
703 function mysqli_stmt_data_seek(mysqli_stmt $statement, int $offset): void {}
705 function mysqli_stmt_errno(mysqli_stmt $statement): int {}
707 function mysqli_stmt_error(mysqli_stmt $statement): string {}
709 function mysqli_stmt_error_list(mysqli_stmt $statement): array {}
711 function mysqli_stmt_fetch(mysqli_stmt $statement): ?bool {}
713 function mysqli_stmt_field_count(mysqli_stmt $statement): int {}
715 function mysqli_stmt_free_result(mysqli_stmt $statement): void {}
718 function mysqli_stmt_get_result(mysqli_stmt $statement): mysqli_result|false {}
721 function mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false {}
725 function mysqli_stmt_insert_id(mysqli_stmt $statement): int|string {}
728 function mysqli_stmt_more_results(mysqli_stmt $statement): bool {}
730 function mysqli_stmt_next_result(mysqli_stmt $statement): bool {}
733 function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {}
735 function mysqli_stmt_param_count(mysqli_stmt $statement): int {}
737 function mysqli_stmt_prepare(mysqli_stmt $statement, string $query): bool {}
739 function mysqli_stmt_reset(mysqli_stmt $statement): bool {}
741 function mysqli_stmt_result_metadata(mysqli_stmt $statement): mysqli_result|false {}
743 function mysqli_stmt_send_long_data(mysqli_stmt $statement, int $param_num, string $data): bool {}
745 function mysqli_stmt_store_result(mysqli_stmt $statement): bool {}
747 function mysqli_stmt_sqlstate(mysqli_stmt $statement): string {}