Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
vedere anche gethostbyname().
if an error occurs, returns ip_address.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
?php $ip = gethostbyname( "www.php.net"); $out = "i seguenti url sono equivalenti: br \n"; $out .= "http: / /www.php.net /, http: / /".$ip ." /, e http: / /".sprintf("%u",ip2long($ip)) ." / br \n"; echo $out;?
?php $ip = gethostbyname( "www.php.net"); $out = "the following urls are equivalent: br \n"; $out .= "http: / /www.php.net /, 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