PHP code example of yjtec / support
1. Go to this page and download the library: Download yjtec/support 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/ */
yjtec / support example snippets
echo Curl::put('http://www.baidu.com',['a'=>1,'b'=>2]);
echo Curl::delete('http://www.baidu.com');
Str::random($len,[$big:true],[$num:true],[$lower:true],[$s:false])
Nested::unlimitedForLevel($arr)