diff --git a/reference/strings/functions/strrchr.xml b/reference/strings/functions/strrchr.xml index a40abf488d..0244661949 100644 --- a/reference/strings/functions/strrchr.xml +++ b/reference/strings/functions/strrchr.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ stringstrrchr stringhaystack - charneedle + stringneedle This function returns the portion of @@ -26,7 +26,7 @@ If needle contains more than one - character, only the first is used. This behavior is different from that + character, only the first is used in PHP 4. This behavior is different from that of strchr.