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

相關(guān)文章
- PHP echo 和 print 語句
- PHP 異常處理
- PHP array_chunk() 函數(shù)
- PHP array_pad() 函數(shù)
- PHP array_product() 函數(shù)
- PHP array_rand() 函數(shù)
- PHP array_uintersect_assoc() 函數(shù)
- PHP array_unique() 函數(shù)
- PHP array_unshift() 函數(shù)
- PHP array_values() 函數(shù)
- PHP asort() 函數(shù)
- PHP current() 函數(shù)
- PHP extract() 函數(shù)
- PHP in_array() 函數(shù)
- PHP 5 Directory 函數(shù)
- PHP Error 和 Logging 函數(shù)
- PHP 5 Filesystem 函數(shù)
- PHP Libxml 函數(shù)
- PHP 5 Math 函數(shù)
- PHP 雜項(xiàng) 函數(shù)