PHP » GoLang |
login |
register |
about
|
mysqli::$infomysqli_info(PHP 5, PHP 7) mysqli::$info -- mysqli_info — Retrieves information about the most recently executed query DescriptionObject oriented style string $mysqli->info;
Procedural style The mysqli_info() function returns a string providing information about the last query executed. The nature of this string is provided below:
Parameters
Return ValuesA character string representing additional information about the most recently executed query. ExamplesExample #1 $mysqli->info example Object oriented style
<?php Procedural style
<?php The above examples will output: Records: 150 Duplicates: 0 Warnings: 0 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|