PHP mysqli_debug() 函数
PHP 教程
· 2019-01-27 18:57:36
实例
在本地机上的 "/temp/client.trace" 中创建一个 trace 文件:
<?php
mysqli_debug("d:t:o,/temp/client.trace");
?>
mysqli_debug("d:t:o,/temp/client.trace");
?>
定义和用法
mysqli_debug() 函数用于执行调试操作。
注释:为了使用该函数,您必须编译 MySQL 客户端库来支持调试。
语法
mysqli_debug(message);
| 参数 | 描述 |
|---|---|
| message | 必需。一个代表要执行的调试操作的字符串。 |
技术细节
| 返回值: | TRUE |
|---|---|
| PHP 版本: | 5+ |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Design Accessible Web Sites
Jeremy Sydik / Pragmatic Bookshelf / 2007-11-05 / USD 34.95
It's not a one-browser web anymore. You need to reach audiences that use cell phones, PDAs, game consoles, or other "alternative" browsers, as well as users with disabilities. Legal requirements for a......一起来看看 《Design Accessible Web Sites》 这本书的介绍吧!