Return stats about client per-process:
<?php
$con = mysqli_connect("localhost","my_user","my_password","my_db");
print_r(mysqli_get_client_stats());
?>
The mysqli_get_client_stats() function returns client per-process statistics.
mysqli_get_client_stats()
Return Value: | An array with client stats on success. FALSE on failure |
---|---|
PHP Version: | 5.3+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!