Latest web development tutorials

PHP mysqli_thread_safe () function

PHP MySQLi Reference Manual PHP MySQLi Reference Manual


Definition and Usage

mysqli_thread_safe () function returns whether or not the client library compiled thread-safe.


grammar

mysqli_thread_safe() ;

technical details

return value: If the client library is thread-safe returns TRUE, otherwise it returns FALSE.
PHP version: 5+


PHP MySQLi Reference Manual PHP MySQLi Reference Manual