diff --git a/reference/mbstring/functions/mb-strrpos.xml b/reference/mbstring/functions/mb-strrpos.xml index 4408918490..90fe07f0dc 100644 --- a/reference/mbstring/functions/mb-strrpos.xml +++ b/reference/mbstring/functions/mb-strrpos.xml @@ -1,5 +1,5 @@ - + @@ -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.