STRREV(3) 1 STRREV(3) strrev - Reverse a stringSYNOPSISstring strrev (string $string)DESCRIPTIONReturns $string, reversed.PARAMETERSo $string - The string to be reversed.RETURN VALUESReturns the reversed string.EXAMPLESExample #1 Reversing a string with strrev(3) <?php echo strrev("Hello world!"); // outputs "!dlrow olleH" ?> PHP Documentation Group STRREV(3)
| Related Man Pages |
|---|
| array_reverse(3) - php |
| stristr(3) - php |
| addcslashes(3) - php |
| count_chars(3) - php |
| sqlite_create_function(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| malloc vs realloc |
| String pointer does not work |
| Need to Speed up shell script |