Query: mysqli_real_query
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_REAL_QUERY(3) 1 MYSQLI_REAL_QUERY(3) mysqli::real_query - Execute an SQL query Object oriented styleSYNOPSISbool mysqli::real_query (string $query)DESCRIPTIONProcedural style bool mysqli_real_query (mysqli $link, string $query) Executes a single query against the database whose result can then be retrieved or stored using the mysqli_store_result(3) or mysqli_use_result(3) functions. In order to determine if a given query should return a result set or not, see mysqli_field_count(3).PARAMETERSo $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3) o $query - The query, as a string. Data inside the query should be properly escaped.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmysqli_query(3), mysqli_store_result(3), mysqli_use_result(3). PHP Documentation Group MYSQLI_REAL_QUERY(3)
| Related Man Pages |
|---|
| mysqli_query(3) - php |
| mysqli_autocommit(3) - php |
| mysqli_data_seek(3) - php |
| mysqli_more_results(3) - php |
| mysqli_store_result(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| one more query for searching string....... |
| Dynamic update loop query on Sybase database |
| How to store the sql query output into txt file? |
| How to eliminate ^L |
| Generating file from sqlplus |