欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放

SimpleXMLElement::getName

(PHP 5 >= 5.1.3, PHP 7, PHP 8)

SimpleXMLElement::getNameGets the name of the XML element

說(shuō)明

public SimpleXMLElement::getName(): string

Gets the name of the XML element.

參數

此函數沒(méi)有參數。

返回值

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

范例

注意:

Listed examples may include example.php, which refers to the XML string found in the first example of the basic usage guide.

示例 #1 Get XML element names

<?php
include 'example.php';
$sxe = new SimpleXMLElement($xmlstr);

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

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

?>

以上例程會(huì )輸出:

movies
movie

欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放