Simindey
5/12/2017 - 5:24 AM

Генерация строки

Генерация строки

<?
//php
$uid = md5(uniqid(rand(), true));
echo $uid;

//bitrix
randString(7);