mysqli debug - 语法
mysqli_debug(message);
它用于执行调试操作
| Sr.No | 参数 & Description |
|---|---|
| 1 |
message 它指定表示要执行的调试操作的字符串 |
mysqli debug - 返回值
它返回始终为true
mysqli debug - 示例
<?php { mysqli_debug("d:t:o,/http/temp/server.trace"); } ?>
mysqli_debug(message);
它用于执行调试操作
| Sr.No | 参数 & Description |
|---|---|
| 1 |
message 它指定表示要执行的调试操作的字符串 |
它返回始终为true
<?php { mysqli_debug("d:t:o,/http/temp/server.trace"); } ?>