• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • msql_error()

    (PHP 4, PHP 5, PHP 7)

    Returns error message of last msql call

    说明

    msql_error(void): string

    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.