Różnica pomiędzy mysql_err*

Jaka jest różnica pomiędzy:

mysql_error()

i

mysql_errno()

?

http://php.net/manual/en/function.mysql-error.php

w skrócie:

mysql_error - Returns the text of the error message from previous MySQL operation

mysql_erno - Returns the numerical value of the error message from previous MySQL operation

Ok, dzięki.