Title: First Reverse
Level : Easy
Description: For this challenge you will be reversing a string.
Clue : Using the PHP language, have the function FirstReverse(str) take the str parameter being passed and return the string in reversed order.
Solution :
Share this: