diff --git a/components/http_foundation.rst b/components/http_foundation.rst index fbd4eceef48..c91ec5ced8f 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -362,8 +362,8 @@ analysis purposes. Use the ``anonymize()`` method from the $anonymousIpv6 = IpUtils::anonymize($ipv6); // $anonymousIpv6 = '2a01:198:603:10::' -If you need even more anonymization, you can use a second and third parameters -to the ``anonymize()`` method to specify the number of bytes that should be +If you need even more anonymization, you can use the second and third parameters +of the ``anonymize()`` method to specify the number of bytes that should be anonymized depending on the IP address format:: $ipv4 = '123.234.235.236';