PHP code example of wcphp / wc-tools

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

    

wcphp / wc-tools example snippets


StringLetter::first('我');//小写 w

StringLetter::first('我',true);//大写 W