91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

SimpleXMLIterator::key

(PHP 5, PHP 7, PHP 8)

SimpleXMLIterator::keyReturn current key

說(shuō)明

public SimpleXMLIterator::key(): mixed

This method gets the XML tag name of the current element.

參數

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

返回值

Returns the XML tag name of the element referenced by the current SimpleXMLIterator object or false

范例

示例 #1 Get the current XML tag key

<?php
$xmlIterator 
= new SimpleXMLIterator('<books><book>PHP basics</book><book>XML basics</book></books>');

echo 
var_dump($xmlIterator->key());
$xmlIterator->rewind(); // rewind to the first element
echo var_dump($xmlIterator->key());

?>

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

bool(false)
string(4) "book"

91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女