Query: strrev
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
---|
nl2br(3) - php |
define(3) - php |
pdo.sqlitecreatefunction(3) - php |
mb_strimwidth(3) - php |
xdiff_file_patch(3) - php |
Similar Topics in the Unix Linux Community |
---|
string revering fails |
malloc vs realloc |
String pointer does not work |