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


  •  
     
     
    DomElement_>get_elements_by_tagname

    DomElement_>get_elements_by_tagname

    (no version information, might be only in CVS)

    DomElement_>get_elements_by_tagname __  Gets elements by tagname

    Description

    bool DomElement_>get_elements_by_tagname ( string name)

    This function returns an array with all the elements which has name as his tagname_ Every element of the array is an DomElement_

    Ejemplo 1_ Getting a content

    <?php
    if(!$dom = domxml_open_mem($xmlstr)) {
      echo "Error while parsing the document\n";
      exit;
    }
    
    $root = $dom_>document_element();
    
    $node_array = $root_>get_elements_by_tagname("element");
    
    for ($i = 0; $i<count($node_array); $i++)
    {
    	$node = $node_array[$i];
    	print ("The element[$i] is: "_$node_>get_content());
    }
    
    ?>

     
       



    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