PHP mysqli_thread_safe() 函數
定義和用法
mysqli_thread_safe() 函數返回是否將客戶端庫編譯成 thread-safe。
語法
mysqli_thread_safe();
技術細節
返回值: | 如果客戶端庫是 thread-safe 則返回 TRUE,否則返回 FALSE。 |
---|---|
PHP 版本: | 5+ |

mysqli_thread_safe() 函數返回是否將客戶端庫編譯成 thread-safe。
返回值: | 如果客戶端庫是 thread-safe 則返回 TRUE,否則返回 FALSE。 |
---|---|
PHP 版本: | 5+ |