PHP mysqli_thread_safe() Function

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

mysqli_thread_safe();

Return Value:Returns TRUE if the client library is thread-safe. FALSE otherwise
PHP Version:5+