PHP code example of hejunjie / tools

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

    

hejunjie / tools example snippets


use Hejunjie\Tools\Str;

// 示例:获取随机姓氏
$result = Str::getRandomSurname();