Online Text Reverse Convert Tool




About Reverse Text

Reverse Text tool reverse the input text. Reverse a string is one of the most important and basic string operation.Many programmers and developers are frequently using this string operation. Reverse string is a PHP inbuilt funtions which comes with PHP.

The strrev() function is a inbuilt PHP Function.This function does not change the original string which is given in input by user.

Syntax:
string strrev($inpString)

Parameter : This function takes a single parameter.This parameter is a string which is given by input field.if we give the number instead of string then this tool can also be reverse the number.it does not change in the original string.

Examples:
Input : $string = "Naktech"
Output : hcetkaN