PHP mysqli_thread_safe() 函数
PHP 教程
· 2019-01-28 13:29:52
定义和用法
mysqli_thread_safe() 函数返回是否将客户端库编译成 thread-safe。
语法
mysqli_thread_safe();
技术细节
| 返回值: | 如果客户端库是 thread-safe 则返回 TRUE,否则返回 FALSE。 |
|---|---|
| PHP 版本: | 5+ |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Agile Web Application Development with Yii 1.1 and PHP5
Jeffrey Winesett / Packt Publishing / 2010-08-27
In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!