PHP code example of inhere / simple-print-tool

1. Go to this page and download the library: Download inhere/simple-print-tool 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/ */

    

inhere / simple-print-tool example snippets


// 加载functions.php 既可以函数方式调用也可以 类方法调用
// 如:  d()  de()  p()  pe()  Spt::d() Spt::de() Spt::p() Spt::pe() ....
er.php 则更简单,仅这一个文件,只提供 pr() vd() 两种打印方法。不可与functions.php 同时加载!