PHP code example of daaner / unique-digits

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

    

daaner / unique-digits example snippets


$uniid = new UniqueDigits;
$uniid->Unique(ID, TEXT, DATE->timestamp, LEN);
//len длина значения от 10 до 80 знаков
//более 19 знаков - значение принимает строковой вид

$uniid = new UniqueDigits;
$uniid->UniqueCheck(123456789012345);
//возвращает ID

$uniid->UniqueCheck(123456789012345, ID);
//возвращает true или false