网络 函数
PHP Manual

long2ip

(PHP 4, PHP 5, PHP 7)

long2ipConverts an long integer address into a string in (IPv4) Internet standard dotted format

说明

string long2ip ( string $proper_address )

The function long2ip() generates an Internet address in dotted format (i.e.: aaa.bbb.ccc.ddd) from the long integer representation.

参数

proper_address

A proper address representation in long integer.

返回值

Returns the Internet IP address as a string.

参见


网络 函数
PHP Manual