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


  •  
     
     
    ibase_fetch_object

    ibase_fetch_object

    (PHP 3>= 3_0_7, PHP 4 )

    ibase_fetch_object __ Get an object from a InterBase database

    Description

    object ibase_fetch_object ( resource result_id [, int fetch_flag])

    Fetches a row as a pseudo_object from a result_id obtained either by ibase_query() or ibase_execute()_

    <?php
        $dbh = ibase_connect ($host, $username, $password);
        $stmt = 'SELECT * FROM tblname';
        $sth = ibase_query ($dbh, $stmt);
        while ($row = ibase_fetch_object ($sth)) {
            print $row_>email _ "\n";
        }
        ibase_close ($dbh);
    ?>

    Subsequent calls to ibase_fetch_object() return the next row in the result set, or FALSE if there are no more rows_

    fetch_flag is a combination of the constants IBASE_TEXT and IBASE_UNIXTIME ORed together_ Passing IBASE_TEXT will cause this function to return BLOB contents instead of BLOB ids_ Passing IBASE_UNIXTIME will cause this function to return date/time values as UNIX timestamps instead of as formatted strings_

    See also ibase_fetch_row() and ibase_fetch_assoc()_

     
       



    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