inet_ntop()
function inet_ntop(string $ip): mixed
Converts a packed internet address to a human-readable representation.
Parameters:
$ip(string)
Returns: mixed
Availability
- Compiled (AOT): supported by the Elephc code generator.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/network_env/inet_ntop.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how inet_ntop is implemented in the compiler, see the internals page.