Index: functions/mb-strrpos.xml =================================================================== RCS file: /repository/phpdoc/en/reference/mbstring/functions/mb-strrpos.xml,v retrieving revision 1.5 diff -u -r1.5 mb-strrpos.xml --- functions/mb-strrpos.xml 24 Feb 2007 21:12:24 -0000 1.5 +++ functions/mb-strrpos.xml 25 Feb 2007 14:29:36 -0000 @@ -50,9 +50,11 @@ - As of PHP 5.2.0, for back compatibility, encoding - can be specified as the third parameter. However, doing so is - deprecated and will be removed from a future release of PHP. + The encoding parameter was moved from + the third position to the fourth in PHP 5.2.0. For backward + compatibility, encoding can be specified + as the third parameter, but doing so is deprecated and will be + removed in the future.