PHP code example of bulldog / utils

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

    

bulldog / utils example snippets



Bulldog\dd($variable);


Bulldog\dump($variable);


Bulldog\WriteLine("Hello, World!");


Bulldog\PrintCode("Console.WriteLine", "C#");


Bulldog\Slugify("Article on the evolution of candy bars.");


Bulldog\ShortHash(time(), 5);