We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba60ee2 commit 919ae47Copy full SHA for 919ae47
components/http_foundation.rst
@@ -362,8 +362,8 @@ analysis purposes. Use the ``anonymize()`` method from the
362
$anonymousIpv6 = IpUtils::anonymize($ipv6);
363
// $anonymousIpv6 = '2a01:198:603:10::'
364
365
-If you need even more anonymization, you can use a second and third parameters
366
-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
367
anonymized depending on the IP address format::
368
369
$ipv4 = '123.234.235.236';
0 commit comments