PHP » PYTHON |
login |
register |
about
|
from socket import inet_ntoa from struct import pack def long2ip(ip): return inet_ntoa(pack("!L", ip)) long2ip(PHP 4, PHP 5) long2ip — Converts an (IPv4) Internet network address into a string in Internet standard dotted format Description
string long2ip
( string $proper_address
)
The function long2ip() generates an Internet address in dotted format (i.e.: aaa.bbb.ccc.ddd) from the proper address representation. Parameters
Return ValuesReturns the Internet IP address as a string. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|