Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


SimpleXMLElement::getName

(PHP 5 >= 5.1.3)

SimpleXMLElement::getNameGets the name of the XML element

Описание

SimpleXMLElement
string getName ( void )

Gets the name of the XML element.

Возвращаемые значения

The getName method returns as a string the name of the XML tag referenced by the SimpleXMLElement object.

Примеры

Пример #1 Get XML element names

<?php
 
$sxe 
= new SimpleXMLElement($xmlstr);

echo 
$sxe->getName() . "\n";

foreach (
$sxe->children() as $child)
{
    echo 
$child->getName() . "\n";
}

?>






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |