×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Dmitriy Lanets
Added: Mar 30, 2022 6:49 AM
Views: 411
Tags: php
  1. $start = microtime(true);
  2. echo PHP_EOL. __LINE__ .round(microtime(true) - $start, 4).' сек.'.PHP_EOL;