Lines Matching refs:mysqli_result

292 …public function query(string $query, int $result_mode = MYSQLI_STORE_RESULT): mysqli_result|bool {}
319 public function reap_async_query(): mysqli_result|bool {}
407 public function store_result(int $mode = 0): mysqli_result|false {}
419 public function use_result(): mysqli_result|false {}
428 class mysqli_result implements IteratorAggregate class
666 public function result_metadata(): mysqli_result|false {}
723 public function get_result(): mysqli_result|false {}
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 {}
941 …_query(mysqli $mysql, string $query, int $result_mode = MYSQLI_STORE_RESULT): mysqli_result|bool {}
964 function mysqli_reap_async_query(mysqli $mysql): mysqli_result|bool {}
1012 function mysqli_stmt_get_result(mysqli_stmt $statement): mysqli_result|false {}
1040 function mysqli_stmt_result_metadata(mysqli_stmt $statement): mysqli_result|false {}
1066 function mysqli_store_result(mysqli $mysql, int $mode = 0): mysqli_result|false {}
1073 function mysqli_use_result(mysqli $mysql): mysqli_result|false {}