Closed galamz closed 6 years ago
Hi guys,
Code
use Hashids\Hashids; $hashids = new Hashids(); echo $hashids->encode(215); echo $hashids->encode(1315);
Result
// echo 'qOWyZxRAb9Y6aJ0waL3gBo4VzPXKlM7N2Q'; // echo 'qOWyZxRAb9Y6aJ0waL3gBo4VzPXKlM7N2Q';
Hey, it seems you're using an old version of the library. Try updating to the latest version.
Hi, i use latest version
"hashids/hashids": "^3.0",
Hi guys,
Code
Result