vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.27k stars 417 forks source link

Encode returns number #141

Closed raakkan closed 4 years ago

raakkan commented 4 years ago

Hashids::encode(6) this returns 01 number. I want encoded string. how to solve this problem.

vinkla commented 4 years ago

https://www.php.net/manual/en/language.types.type-juggling.php