The strrev() function used for reverse a string.
Syntax
strrev(string)
Example
echo strrev('Hello');
Output
olleH
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.