shortEncode

encode int to a string

It will use a simple pattern to convert int to string,

Arguments
Name Type Description Required
num int your number to be encoded( user id for example ) yes

Output : string

Static or normal : Static

Examples :

tools::shortEncode(123456789);