PHP » GoLang |
login |
register |
about
|
GoLang mysqli::$connect_errno
request it (417)
GoLang replacement for PHP's mysqli::$connect_errno
[edit | history]
mysqli::$connect_errnomysqli_connect_errno(PHP 5, PHP 7) mysqli::$connect_errno -- mysqli_connect_errno — Returns the error code from last connect call DescriptionObject oriented style Procedural style
int mysqli_connect_errno
( void
)
Returns the last error code number from the last call to mysqli_connect().
Return ValuesAn error code value for the last call to mysqli_connect(), if it failed. zero means no error occurred. ExamplesExample #1 $mysqli->connect_errno example Object oriented style
<?php Procedural style
<?php The above examples will output: Connect Error: 1045 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|