String: Reversing a stringTag: string, strrev Category: PHP Basicpost: 03 Feb 2008 read: 205 PHP String tips: If we want reverse "abcde" => "edcba", we can use strrev() function. Although this function seldom be used, it will be usefull. For example to know last character easier.
Find the last character of a string:
|
| | Give Your Opinion | Recommend |
|

