php.ini defaults
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
|
||||
namespace Lib;
|
||||
|
||||
/*
|
||||
php.ini
|
||||
|
||||
precision = 16
|
||||
bcmath.scale = 6
|
||||
*/
|
||||
function microtime_calc(): array
|
||||
{
|
||||
static $last = null; // 1st time
|
||||
|
Reference in New Issue
Block a user