Lines Matching refs:mysqli_result

165      * @return mysqli_result|bool
192 * @return mysqli_result|bool
279 * @return mysqli_result|false
291 * @return mysqli_result|false
303 class mysqli_result implements IteratorAggregate class
449 * @return mysqli_result|false
506 * @return mysqli_result|false
551 function mysqli_data_seek(mysqli_result $result, int $offset): bool {}
568 function mysqli_fetch_field(mysqli_result $result): object|false {}
570 function mysqli_fetch_fields(mysqli_result $result): array {}
572 function mysqli_fetch_field_direct(mysqli_result $result, int $index): object|false {}
574 function mysqli_fetch_lengths(mysqli_result $result): array|false {}
577 function mysqli_fetch_all(mysqli_result $result, int $mode = MYSQLI_NUM): array {}
580 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {}
582 function mysqli_fetch_assoc(mysqli_result $result): array|null|false {}
584 function mysqli_fetch_object(mysqli_result $result, string $class = "stdClass", array $constructor_…
586 function mysqli_fetch_row(mysqli_result $result): array|null|false {}
590 function mysqli_field_seek(mysqli_result $result, int $index): bool {}
592 function mysqli_field_tell(mysqli_result $result): int {}
594 function mysqli_free_result(mysqli_result $result): void {}
634 function mysqli_num_fields(mysqli_result $result): int {}
636 function mysqli_num_rows(mysqli_result $result): int|string {}
657 …_query(mysqli $mysql, string $query, int $result_mode = MYSQLI_STORE_RESULT): mysqli_result|bool {}
678 function mysqli_reap_async_query(mysqli $mysql): mysqli_result|bool {}
718 function mysqli_stmt_get_result(mysqli_stmt $statement): mysqli_result|false {}
741 function mysqli_stmt_result_metadata(mysqli_stmt $statement): mysqli_result|false {}
762 function mysqli_store_result(mysqli $mysql, int $mode = 0): mysqli_result|false {}
768 function mysqli_use_result(mysqli $mysql): mysqli_result|false {}