PHP code example of desbiger / debugger

1. Go to this page and download the library: Download desbiger/debugger 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/ */

    

desbiger / debugger example snippets


<?
$checker = \Desbiger\TimeChecker::init();

//код


$checker->getNowInterval(true); // выведет сколько прошло милисекунд с момента инициализации класса

//код

$checker->getNowInterval(true); // выведет интервал времени с начала инициализации а так же до предидущего считывания интервала