PHP mysqli_thread_safe() 函数
PHP mysqli_thread_safe() 函数
定义和用法
mysqli_thread_safe() 函数返回是否将客户端库编译成 thread-safe。
语法
mysqli_thread_safe();
技术细节
返回值: | 如果客户端库是 thread-safe 则返回 TRUE,否则返回 FALSE。 |
---|---|
PHP 版本: | 5+ |
PHP MySQLi 参考手册
相关文章
- PHP echo 和 print 语句
- PHP 异常处理
- PHP array_chunk() 函数
- PHP array_pad() 函数
- PHP array_product() 函数
- PHP array_rand() 函数
- PHP array_uintersect_assoc() 函数
- PHP array_unique() 函数
- PHP array_unshift() 函数
- PHP array_values() 函数
- PHP asort() 函数
- PHP current() 函数
- PHP extract() 函数
- PHP in_array() 函数
- PHP 5 Directory 函数
- PHP Error 和 Logging 函数
- PHP 5 Filesystem 函数
- PHP Libxml 函数
- PHP 5 Math 函数
- PHP 杂项 函数