Hai cercato la traduzione di html head http: da Spagnolo a Inglese

Spagnolo

Traduttore

html head http:

Traduttore

Inglese

Traduttore
Traduttore

Traduci istantaneamente testi, documenti e voce con Lara

Traduci ora

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Spagnolo

Inglese

Informazioni

Spagnolo

este podría ser el caso de estas etiquetas: html head body tbody tr td li (¿he olvidado alguna?).

Inglese

this could be the case with the following tags: html head body tbody tr td li (did i forget any?).

Ultimo aggiornamento 2018-02-13
Frequenza di utilizzo: 1
Qualità:

Spagnolo

?php error_reporting( e_all); echo "h2 tcp / ip connection / h2 \n"; / * get the port for the www service. * / $service_port = getservbyname('www', 'tcp'); / * get the ip address for the target host. * / $address = gethostbyname('www.php.net'); / * create a tcp / ip socket. * / $socket = socket(af_inet, sock_stream, 0); if ($socket 0) {echo "socket() failed: reason:". strerror($socket). "\n";} else {"socket() successful: ". strerror($socket). "\n";} echo "attempting to connect to '$address 'on port '$service_port'.. ."; $result = connect($socket, $address, $service_port); if ($result 0) {echo "connect() failed.\nreason: ($result)". strerror($result). "\n";} else {echo "ok.\n";} $in = "head / http / 1.0\r\n\r\n"; $out = ''; echo "sending http head request.. ."; write($socket, $in, strlen($in)); echo "ok.\n"; echo "reading response:\n\n"; while (read($socket, $out, 2048)) {echo $out;} echo "closing socket.. ."; close($socket); echo "ok.\n\n";?

Inglese

?php error_reporting (e_all); echo "h2 tcp / ip connection / h2 \n"; / * get the port for the www service. * / $service_port = getservbyname ('www', 'tcp'); / * get the ip address for the target host. * / $address = gethostbyname ('www.example.com'); / * create a tcp / ip socket. * / $socket = socket_create (af_inet, sock_stream, 0); if ($socket 0) {echo "socket_create() failed: reason:". socket_strerror ($socket). "\n";} else {echo "ok.\n";} echo "attempting to connect to '$address' on port '$service_port'.. ."; $result = socket_connect ($socket, $address, $service_port); if ($result 0) {echo "socket_connect() failed.\nreason: ($result) ". socket_strerror($result). "\n";} else {echo "ok.\n";} $in = "head / http / 1.0\r\n\r\n"; $out = ''; echo "sending http head request.. ."; socket_write ($socket, $in, strlen ($in)); echo "ok.\n"; echo "reading response:\n\n"; while ($out = socket_read ($socket, 2048)) {echo $out;} echo "closing socket.. ."; socket_close ($socket); echo "ok.\n\n";?

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Alcuni contributi umani con scarsa rilevanza sono stati nascosti.
Mostra i risultati con scarsa rilevanza.

Ottieni una traduzione migliore grazie a
8,797,581,547 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK