PHP code example of kriit24 / pre
1. Go to this page and download the library: Download kriit24/pre 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/ */
kriit24 / pre example snippets
//once 'vendor/kriit24/pre/src/pre.php';
/*
* USAGE
* pre(array);
* pre(object);
* pre(string);
* pre(array/object/string, console_style);
* pre('note', array/object/string, console_style);
*/
pre([]);