Lines Matching refs:statement
1383 function mysqli_stmt_execute(mysqli_stmt $statement, ?array $params = null): bool {}
1386 function mysqli_execute(mysqli_stmt $statement, ?array $params = null): bool {}
1563 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {}
1565 function mysqli_stmt_attr_get(mysqli_stmt $statement, int $attribute): int {}
1567 function mysqli_stmt_attr_set(mysqli_stmt $statement, int $attribute, int $value): bool {}
1569 function mysqli_stmt_bind_param(mysqli_stmt $statement, string $types, mixed &...$vars): bool {}
1571 function mysqli_stmt_bind_result(mysqli_stmt $statement, mixed &...$vars): bool {}
1573 function mysqli_stmt_close(mysqli_stmt $statement): true {}
1575 function mysqli_stmt_data_seek(mysqli_stmt $statement, int $offset): void {}
1577 function mysqli_stmt_errno(mysqli_stmt $statement): int {}
1580 function mysqli_stmt_error(mysqli_stmt $statement): string {}
1586 function mysqli_stmt_error_list(mysqli_stmt $statement): array {}
1588 function mysqli_stmt_fetch(mysqli_stmt $statement): ?bool {}
1590 function mysqli_stmt_field_count(mysqli_stmt $statement): int {}
1592 function mysqli_stmt_free_result(mysqli_stmt $statement): void {}
1595 function mysqli_stmt_get_result(mysqli_stmt $statement): mysqli_result|false {}
1598 function mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warning|false {}
1604 function mysqli_stmt_insert_id(mysqli_stmt $statement): int|string {}
1606 function mysqli_stmt_more_results(mysqli_stmt $statement): bool {}
1608 function mysqli_stmt_next_result(mysqli_stmt $statement): bool {}
1611 function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {}
1613 function mysqli_stmt_param_count(mysqli_stmt $statement): int {}
1615 function mysqli_stmt_prepare(mysqli_stmt $statement, string $query): bool {}
1617 function mysqli_stmt_reset(mysqli_stmt $statement): bool {}
1620 function mysqli_stmt_result_metadata(mysqli_stmt $statement): mysqli_result|false {}
1622 function mysqli_stmt_send_long_data(mysqli_stmt $statement, int $param_num, string $data): bool {}
1624 function mysqli_stmt_store_result(mysqli_stmt $statement): bool {}
1627 function mysqli_stmt_sqlstate(mysqli_stmt $statement): string {}