PHP 8.3.4 Released!

mysqli::thread_safe

mysqli_thread_safe

(PHP 5, PHP 7, PHP 8)

mysqli::thread_safe -- mysqli_thread_safeスレッドセーフであるかどうかを返す

説明

オブジェクト指向型

public mysqli::thread_safe(): bool

手続き型

mysqli_thread_safe(): bool

クライアントライブラリがスレッドセーフでコンパイルされているかどうかを返します。

パラメータ

この関数にはパラメータはありません。

戻り値

クライアントライブラリがスレッドセーフの場合に true、 そうでない場合に false を返します。

add a note

User Contributed Notes

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