Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16447 программистов и 1786 роботов. Сейчас ищут 1996 программистов ...
msql_error - Returns error message of last msql call
Вернуться к: mSQL Функции
msql_error
(PHP 4, PHP 5, PHP 7)
msql_error — Returns 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.
Вернуться к: mSQL Функции