Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 265 Bytes

BiglionGenerator

Генератор след кодов для biglion.ru

###Пример использования

$str = 'SBGLQKKM8S2';
for ($x = 0; $x++ < 10;) {
    $str = BiglionGenerator::get_next($str);
    echo $str.'<br>';
}