Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    stream_set_timeout

    stream_set_timeout

    (PHP 4 >= 4_3_0)

    stream_set_timeout __ Set timeout period on a stream

    Description

    bool stream_set_timeout ( resource stream, int seconds [, int microseconds])

    Sets the timeout value on stream, expressed in the sum of seconds and microseconds_ Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo_

    Ejemplo 1_ stream_set_timeout() example

    <?php
    $fp = fsockopen("www_example_com", 80);
    if(!$fp) {
        echo "Unable to open\n";
    } else {
        fputs($fp, "GET / HTTP/1_0\n\n");
        stream_set_timeout($fp, 2);
        $res = fread($fp, 2000);
        var_dump(stream_get_meta_data($fp));
        fclose($fp);
        print $res;
    }
    ?>

    Nota: As of PHP 4_3, this function can (potentially) work on any kind of stream_ In PHP 4_3, socket based streams are still the only kind supported in the PHP core, although streams from other extensions may support this function_

    This function was previously called as set_socket_timeout() and later socket_set_timeout() but this usage is deprecated_

    See also: fsockopen() and fopen()_

     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html