update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns error message of last msql call

msql_error

(PHP 4, PHP 5)

msql_errorReturns error message of last msql call

설명

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().

반환값

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