long2ip

long2ip

(PHP 4, PHP 5, PHP 7)

long2ipConverts an long integer address into a string in (IPv4) 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 long integer representation.

Parameters

proper_address

A proper address representation in long integer.

Return Values

Returns the Internet IP address as a string.

See Also

  • ip2long() - Converts a string containing an (IPv4) Internet Protocol dotted address into a long integer

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/function.long2ip.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部