Podręcznik PHP






DomElement->tagname

(no version information, might be only in CVS)

DomElement->tagname --  Returns the name of the current element

Opis

string DomElement->tagname ( void )

Returns the name of the current node. Calling this function is the same as accessing the tagname property, or calling DomElement->node_name() of the current node.

Przykład 1. Getting the node name

<?php

include("example.inc");

if (!
$dom = domxml_open_mem($xmlstr)) {
    echo
"Error while parsing the document\n";
    exit;
}

$root = $dom->document_element();
echo
$root->tagname();   // chapter
echo $root->tagname;     // chapter
echo $root->node_name(); // chapter


?>



zamki polskie


print 'pomiary wiatru 1171501722' . "\n"; print 'klucze dynamometryczne 1171501774' . "\n"; print 'rejestracja pojazdów wrocław 1171501889' . "\n"; print 'medycyna estetyczna Katowice 1171501811' . "\n"; print 'shell 1171501595' . "\n";