diff options
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1867,3 +1867,8 @@ function argc() { function argv($x) { return get_app()->argv[$x]; } + +function dba_timer() { + return microtime(true); +} + |