strrev
string strrev(string string)
string
Returns a string containing the characters of string in reverse order. For example:
$string = strrev("Hello, world"); // contains "dlrow ,olleH"