Laravel str_random() or custom function?

后端 未结 4 1691
伪装坚强ぢ
伪装坚强ぢ 2020-12-23 17:26

Is the Laravel str_random() function random enough so that I can use it for IDs?

For example:

str_random(32);

This produces a rando

4条回答
提交回复
热议问题