downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

openlog> <ip2long
[edit] Last updated: Fri, 17 May 2013

view this page in

long2ip

(PHP 4, PHP 5)

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

Descrierea

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.

Parametri

proper_address

A proper address representation.

Valorile întoarse

Returns the Internet IP address as a string.

Vedeți de asemenea

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



openlog> <ip2long
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes long2ip - [7 notes]