PHP code example of wizzaro / execution-code-timer

1. Go to this page and download the library: Download wizzaro/execution-code-timer library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

wizzaro / execution-code-timer example snippets


$timer = new Wizzaro\ExecutionCodeTimer\Timer(true);
sleep(2);
echo $timer->getExecutionInfo();

public function getExecutionTime(): DateInterval

public function getStartTime(): DateTimeInterface

public function getCurrentTime(): DateTimeInterface