PHP code example of ivoba / stop

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

    

ivoba / stop example snippets

echo '<pre>';print_r($var);exit;
echo '<pre>';print_r($var);exit;
var_dump(get_class($var));exit;
stop_dump($var);