PHP mysqli_thread_safe() Function

PHP mysqli_thread_safe() function returns whether the client library is compiled as thread-safe.

Syntax

mysqli_thread_safe() Function Parameter

ParameterDescription
NANA

mysqli_thread_safe() Function Return Value

Return Values :TRUE if the client library is thread-safe, otherwise FALSE.

mysqli_thread_safe() Function Example