hw_ErrorMsg()
hw_ErrorMsg - Returns error message
Syntax
string hw_ErrorMsg (
int $connection)
Arguments
- connection - The connection identifier.
Description
Returns a string containing the last error message related to the last command.
Version
PHP 4
Return value
Returns a string containing the last error message or 'No Error'. If FALSE is returned, this function failed.