(PHP 3, PHP 4 , PHP 5)
뒤집은 string을 반환합니다.
예 1. strrev()를 사용하여 문자열 뒤집기
<?phpecho strrev("Hello world!"); // "!dlrow olleH"를 출력?>