Current Location: Home> Function Categories> mysqli::thread_safe

mysqli::thread_safe

(mysqli_thread_safe) returns whether to give thread safety
Name:mysqli::thread_safe
Category:MySQLi
Programming Language:php
One-line Description:Returns whether the client library is compiled to thread-safe.

Definition and usage

mysqli_thread_safe() function returns whether the client library is compiled in a thread-safe way.

grammar

 mysqli_thread_safe ( )
Similar Functions
Popular Articles