PHP » GoLang |
login |
register |
about
|
GoLang mysqli_stmt::$error
request it (461)
GoLang replacement for PHP's mysqli_stmt::$error
[edit | history]
mysqli_stmt::$errormysqli_stmt_error(PHP 5, PHP 7) mysqli_stmt::$error -- mysqli_stmt_error — Returns a string description for last statement error DescriptionObject oriented style string $mysqli_stmt->error;
Procedural style Returns a string containing the error message for the most recently invoked statement function that can succeed or fail. Return ValuesA string that describes the error. An empty string if no error occurred. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples will output: Error: Table 'world.myCountry' doesn't exist. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|