GoLang msql_error

request it (229)
GoLang replacement for PHP's msql_error [edit | history]



Do you know a GoLang replacement for PHP's msql_error? Write it!

PHP msql_error

PHP original manual for msql_error [ show | php.net ]

msql_error

(PHP 4, PHP 5, PHP 7)

msql_errorReturns error message of last msql call

Description

string msql_error ( void )

msql_error() returns the last issued error by the mSQL server. Note that only the last error message is accessible with msql_error().

Return Values

The last error message or an empty string if no error was issued.