PHP » GoLang |
login |
register |
about
|
GoLang mysqli::use_result
request it (514)
GoLang replacement for PHP's mysqli::use_result
[edit | history]
mysqli::use_resultmysqli_use_result(PHP 5, PHP 7) mysqli::use_result -- mysqli_use_result — Initiate a result set retrieval DescriptionObject oriented style Procedural style Used to initiate the retrieval of a result set from the last query executed using the mysqli_real_query() function on the database connection. Either this or the mysqli_store_result() function must be called before the results of a query can be retrieved, and one or the other must be called to prevent the next query on that database connection from failing.
Return Values
Returns an unbuffered result object or ExamplesExample #1 mysqli::use_result() example Object oriented style
<?php Procedural style
<?php The above examples will output: my_user@localhost ----------------- Amersfoort Maastricht Dordrecht Leiden Haarlemmermeer See Also
|
more
Recently updated
more
Most requested
more
Last requests
|