Files
kulakpos_web/vendor/thecodingmachine/safe/generated/8.2/mysqli.php

17 lines
229 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<?php
namespace Safe;
use Safe\Exceptions\MysqliException;
/**
2026-04-18 20:32:18 +07:00
* @return array|false
2026-03-30 14:54:57 +07:00
*
*/
function mysqli_get_client_stats()
{
error_clear_last();
$safeResult = \mysqli_get_client_stats();
return $safeResult;
}