Skip to content

Commit

Permalink
typo fix in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jul 26, 2024
1 parent 5e392e0 commit 2efefeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interfaces/7.0/ipv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ either its IPv4 mapped IPv6 address representation or its 6to4 notation.
```php
$converter = Converter::fromEnvironment();
$converter->toDecimal('[2002:0000:0000::]') // returns 0.0.0.0
$converter->toIPv4MapedIPv6('0xc0a821'); // returns "[::ffff:192.168.2.1]"
$converter->toIPv4MappedIPv6('0xc0a821'); // returns "[::ffff:192.168.2.1]"
$converter->to6to4('0xc0a821'); // returns "[2002:00c0:a821::]"
```

Expand Down

0 comments on commit 2efefeb

Please sign in to comment.