PHP strrev() FunctionThe strrev() function is predefined function of PHP. It is used to reverse a string. It is one of the most basic string operations which are used by programmers and developers. Syntax:
Example 1Output: Your Number is:Hello PHP By using 'strrev()' function:PHP olleH Example 2Output: Your string is:Hello PHP After using 'strrev()' function:PHP olleH Again after using 'strrev()'function:Hello PHP See Also:
Reference: http://php.net/manual/en/function.strrev.php Next TopicPHP String |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India