Você procurou por: html head http: (Espanhol - Inglês)

Espanhol

Tradutor

html head http:

Tradutor

Inglês

Tradutor
Tradutor

Traduza instantaneamente textos, documentos e voz com a Lara

Traduzir agora

Contribuições humanas

A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente

Adicionar uma tradução

Espanhol

Inglês

Informações

Espanhol

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

Inglês

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

Última atualização: 2018-02-13
Frequência de uso: 1
Qualidade:

Espanhol

?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";?

Inglês

?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";?

Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Aviso: contém formatação HTML invisível

Algumas traduções humanas com pouca relevância foram ocultadas.
Mostrar resultados de pouca relevância.

Consiga uma tradução melhor através
8,797,278,256 de colaborações humanas

Usuários estão solicitando auxílio neste momento:



Utilizamos cookies para aprimorar sua experiência. Se avançar no acesso a este site, você estará concordando com o uso dos nossos cookies. Saiba mais. OK