MyBB Community Forums

Full Version: random_str Function in Attachment Merge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,
I searched the merge repo for the random_str function used in the attachments merger but I cannot find it anywhere and it is not a standard PHP function as far as I can tell. What kind of return values come from this function? Is it just alphanumeric and how long is the string it returns?

Thanks!
It's a MyBB core function - the return value depends on the arguments: https://github.com/mybb/mybb/blob/mybb_1....php#L2987