Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
see also gethostbyname().
see also gethostbyname().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
see also checkdnsrr(), gethostbyname(), gethostbynamel(), gethostbyaddr(), and the named(8) manual page.
see also checkdnsrr(), gethostbyname(), gethostbynamel(), gethostbyaddr(), and the named(8) manual page.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
?php $ip = gethostbyname("www.example.com"); $out = "the following urls are equivalent: br \n"; $out .= "http://www.example.com/, http://".$ip."/, and http://".sprintf("%u",ip2long($ip))."/ br \n"; echo $out;?
?php $ip = gethostbyname( "www.example.com"); $out = "the following urls are equivalent: br \n"; $out .= "http: / /www.example.com /, http: / /".$ip ." /, and http: / /".sprintf("%u",ip2long($ip)) ." / br \n"; echo $out;?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta