refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
16
vendor/thecodingmachine/safe/generated/8.2/mysqli.php
vendored
Normal file
16
vendor/thecodingmachine/safe/generated/8.2/mysqli.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Safe;
|
||||
|
||||
use Safe\Exceptions\MysqliException;
|
||||
|
||||
/**
|
||||
* @return array|false
|
||||
*
|
||||
*/
|
||||
function mysqli_get_client_stats()
|
||||
{
|
||||
error_clear_last();
|
||||
$safeResult = \mysqli_get_client_stats();
|
||||
return $safeResult;
|
||||
}
|
||||
Reference in New Issue
Block a user