first commit
This commit is contained in:
8
app/Helpers/Global/generation_helpers.php
Normal file
8
app/Helpers/Global/generation_helpers.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (! function_exists('epoch_now_timestamp')) {
|
||||
function epoch_now_timestamp($multiplier = 1000)
|
||||
{
|
||||
return (int) round(microtime(true) * $multiplier);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user