php man page for strrev

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 string

SYNOPSIS
string strrev (string $string)
DESCRIPTION
Returns $string, reversed.
PARAMETERS
o $string - The string to be reversed.
RETURN VALUES
Returns the reversed string.
EXAMPLES
Example #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
pdo.sqlitecreatefunction(3) - php
hash(3) - php
count_chars(3) - php
php_strip_whitespace(3) - php
Similar Topics in the Unix Linux Community
string revering fails
malloc vs realloc
segfault in pointer to string program
String pointer does not work
Need to Speed up shell script