long2ip
Convert long integers into Internet standard format addresses with dots in string form (IPV4)
long2ip()
function converts a long integer address to a string in IPv4 format.
Convert long integer addresses to strings in IPv4 format:
<?php echo ( long2ip ( 344294967296 ) ) ; ?>
Try it yourself
long2ip ( address )
parameter | describe |
---|---|
address | Required. Specifies a long integer representing the IP address. |