hw_ErrorMsg

(PHP 4)

hw_ErrorMsgReturns error message

Beskrivelse

string hw_errormsg ( int $connection )

Returns a string containing the last error message related to the last command.

Parametre

connection

The connection identifier.

Returnerings Værdier

Returns a string containing the last error message or 'No Error'. If FALSE is returned, this function failed.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top