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


  •  
     
     
    bzopen

    bzopen

    (4_0_4 _ 4_3_2 only)

    bzopen __ Open a bzip2 compressed file

    Description

    resource bzopen ( string filename, string mode)

    Opens a bzip2 (_bz2) file for reading or writing_ filename is the name of the file to open_ mode is similar to the fopen() function (`r' for read, `w' for write, etc_)_

    If the open fails, the function returns FALSE, otherwise it returns a pointer to the newly opened file_

    Ejemplo 1_ bzopen() Example

    <?php
    $bz = bzopen("/tmp/foo_bz2", "r");
    
    $decompressed_file = '';
    while (!feof($bz)) {
        $decompressed_file _= bzread($bz, 4096);
    }
    bzclose($bz);
    
    print( "The contents of /tmp/foo_bz2 are: " );
    print( "\n<br>\n" );
    print( $decompressed_file );
    ?>

    See also bzclose()_

     
       



    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