Is there a "strrev" function which mirrors the text?

Options
I have a number let say 12345 and I want to revert the order of chars so that the result would be 54321 - any way to achieve this?

Comments