PHP Velho Oeste 2024

msql_error

(PHP 4, PHP 5 < 5.3.0)

msql_error 最後の msql コールに関するエラーメッセージを返す

説明

msql_error ( void ) : string

msql_error() は、mSQL サーバーで最後に発生したエラーを 返します。msql_error() でアクセス可能なのは 直近のエラーメッセージだけであることに注意しましょう。

返り値

直近のエラーメッセージを返します。エラーが発生しなかった場合は 空文字列を返します。

add a note add a note

User Contributed Notes

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