PHP code example of mehdi0121 / randcode
1. Go to this page and download the library: Download mehdi0121/randcode 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/ */
mehdi0121 / randcode example snippets
use Mehdi0121/Randcode;
>echo RandCode::Count($count)->SerialNumber();
>
echo RandCode::SerialNumber();
echo RandCode::Strong($Length=8);
echo RandCode::Giftcard();
echo RandCode::Length($Length=8);
echo RandCode::CustomPatern($Pattern);