PHP » GoLang |
login |
register |
about
|
GoLang mysqli_stmt::prepare
request it (487)
GoLang replacement for PHP's mysqli_stmt::prepare
[edit | history]
mysqli_stmt::preparemysqli_stmt_prepare(PHP 5, PHP 7) mysqli_stmt::prepare -- mysqli_stmt_prepare — Prepare an SQL statement for execution DescriptionObject oriented style Procedural style Prepares the SQL query pointed to by the null-terminated string query. The parameter markers must be bound to application variables using mysqli_stmt_bind_param() and/or mysqli_stmt_bind_result() before executing the statement or fetching rows.
Parameters
Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples will output: Amersfoort is in district Utrecht See Also
|
more
Recently updated
more
Most requested
more
Last requests
|