filmov
tv
PHP String Strrev Function Tutorial in Hindi
Показать описание
The strrev() function is a built-in function in PHP and is used to reverse a string. This function does not make any change in the original string passed to it as a parameter. Parameter: This function accepts a single parameter $inpString. This parameter is a string and it specifies the string which we want to reverse.