update : 2015.11.03
php.shukuma.com검색:
|
SimpleXMLElement::getName(PHP 5 >= 5.1.3) SimpleXMLElement::getName — Gets the name of the XML element 설명
public string SimpleXMLElement::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. 예제
Example #1 Get XML element names
<?php 위 예제의 출력: movies movie |