inet_pton()
function inet_pton(string $ip): mixed
Converts a human-readable IP address to its packed in_addr representation.
Parameters:
$ip(string)
Returns: mixed
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how inet_pton is implemented in the compiler, see the internals page.