Toms Homepage
  Home    Downloads    Your Account    Forums  
  Create an account
Modules
· Home
· Games
· My Gallery
· PHP Manual
· PHP-Nuke HOWTO
· Web Links
· Your Account
 
Who's Online
Welcome, Anonymous
Nickname

Password

Security Code
Security Code
Type Security Code


(Register)

Membership:
Latest: Jayden90L
New Today: 327
New Yesterday: 487
Overall: 47766

People Online:
Visitors: 80
Members: 18
Total: 98

Online Now:
COM JameLindl
COM RamonaSla
COM KristenC6
COM ShondaBru
COM CedricMah
 AvisF38
 BernardAl
COM AudreyTis
 VCFVerena
COM AlbertoM9
COM AlfredoSy
 Fausto704
COM Pamela622
 FrankiePa
 TereseBar
COM GenieBrin
COM RoyMcbrid
Sweden HattieAbr
 
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

array 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 a DomElement.

Example 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];
    echo
"The element[$i] is: " . $node->get_content();
}

?>

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004 by Tom Nitzschner.
Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.096 Seconds

:: VereorLCARS phpbb2 style by Vereor :: PHP-Nuke theme by www.nukemods.com ::