Lines Matching defs:result
779 function mysqli_data_seek(mysqli_result $result, int $offset): bool {}
803 function mysqli_fetch_field(mysqli_result $result): object|false {}
809 function mysqli_fetch_fields(mysqli_result $result): array {}
812 function mysqli_fetch_field_direct(mysqli_result $result, int $index): object|false {}
818 function mysqli_fetch_lengths(mysqli_result $result): array|false {}
824 function mysqli_fetch_all(mysqli_result $result, int $mode = MYSQLI_NUM): array {}
830 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {}
836 function mysqli_fetch_assoc(mysqli_result $result): array|null|false {}
839 function mysqli_fetch_object(mysqli_result $result, string $class = "stdClass", array $constructor_…
845 function mysqli_fetch_row(mysqli_result $result): array|null|false {}
847 function mysqli_fetch_column(mysqli_result $result, int $column = 0): null|int|float|string|false {}
851 function mysqli_field_seek(mysqli_result $result, int $index): bool {}
853 function mysqli_field_tell(mysqli_result $result): int {}
855 function mysqli_free_result(mysqli_result $result): void {}
915 function mysqli_num_fields(mysqli_result $result): int {}
918 function mysqli_num_rows(mysqli_result $result): int|string {}