PHP: Hypertext Preprocessor (original) (raw)

mysqli::real_query

mysqli_real_query

(PHP 5, PHP 7, PHP 8)

mysqli::real_query -- mysqli_real_query — Execute an SQL query

Description

Object-oriented style

public mysqli::real_query(string $query): bool

In order to determine if a given query should return a result set or not, see mysqli_field_count().

Return Values

Returns [true](reserved.constants.php#constant.true) on success or [false](reserved.constants.php#constant.false) on failure.

See Also