PHP mysqli_thread_safe() 函數

PHP MySQLi 參考手冊 PHP MySQLi 參考手冊


定義和用法

mysqli_thread_safe() 函數返回是否將客戶端庫編譯成 thread-safe。


語法

mysqli_thread_safe();

技術細節

返回值: 如果客戶端庫是 thread-safe 則返回 TRUE,否則返回 FALSE。
PHP 版本: 5+


PHP MySQLi 參考手冊 PHP MySQLi 參考手冊