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
を返します。