FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

PHP mysqli_thread_safe() Function

PHP MySQLi Reference PHP MySQLi Reference


Definition and Usage

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


Syntax

mysqli_thread_safe();

Technical Details

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

PHP MySQLi Reference PHP MySQLi Reference