Kohana v3.3.2
This commit is contained in:
@@ -15,4 +15,4 @@ function _strrev($str)
|
||||
|
||||
preg_match_all('/./us', $str, $matches);
|
||||
return implode('', array_reverse($matches[0]));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user