update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Safe;
|
||||
|
||||
use Safe\Exceptions\MysqliException;
|
||||
|
||||
/**
|
||||
* Returns client per-process statistics.
|
||||
*
|
||||
* @return array|false Returns an array with client stats.
|
||||
*
|
||||
*/
|
||||
function mysqli_get_client_stats()
|
||||
{
|
||||
error_clear_last();
|
||||
$safeResult = \mysqli_get_client_stats();
|
||||
return $safeResult;
|
||||
}
|
||||
Reference in New Issue
Block a user