get_client_stats
Returns client statistics for each process.
mysqli_get_client_stats()
function returns statistics for each process on the client.
Return statistics for each process on the client:
<?php $con = mysqli_connect ( "localhost" , "my_user" , "my_password" , "my_db" ) ; print_r ( mysqli_get_client_stats ( ) ) ; ?>
mysqli_get_client_stats ( )