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


  •  
     
     
    DomNode_>next_sibling

    DomNode_>next_sibling

    (no version information, might be only in CVS)

    DomNode_>next_sibling __  Returns the next sibling of node

    Description

    object DomNode_>next_sibling ( void )

    This function returns the next sibling of the current node_ If there is no next sibling it returns FALSE (< 4_3) or null (>= 4_3)_ You can use this function to iterate over all children of a node as shown in the example_

    Ejemplo 1_ Iterate over children

    <?php
    include("example_inc");
    
    if(!$dom = domxml_open_mem($xmlstr)) {
      echo "Error while parsing the document\n";
      exit;
    }
    
    $elements = $dom_>get_elements_by_tagname("tbody");
    $element = $elements[0];
    $child = $element_>first_child();
    
    while($child) {
       print_r($child);
       $child = $child_>next_sibling();
    }
    ?>

    See also domnode_previous_sibling()_

     
       



    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