February 2012
2 posts
Some different ways of reversing a string in PHP &...
I was looking at some of the different ways of reversing a string in PHP and in JavaScript. There are so many ways of accomplishing such a simple task but I wanted to compare some of the different ways. PHP $string = “This is a test”; strrev() $string = strrev($string); This is almost cheating because PHP has a built in function… but this is the easiest way for sure Array...
Feb 16th
8 tags
Feb 15th
1 note