最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

PHP attributes() 函數(shù)

定義和用法

attributes() 函數(shù)獲取 SimpleXML 元素的屬性。

該函數(shù)提供在一個 XML 標簽中定義的屬性和值。

語法

class SimpleXMLElement
{
string attributes(ns,is_prefix)
}
參數(shù) 描述
ns 可選。被檢索的屬性的命名空間。
is_prefix 可選。默認是 false。

例子

XML 文件:

<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>George</to>
<from>John</from>
<heading>Reminder</heading>
<body type="small" important="low">Don't forget the meeting!</body>
</note>

PHP 代碼:

<?php
$xml = simplexml_load_file("test.xml");

foreach($xml->body[0]->attributes() as $a => $b)
  {
  echo $a,'="',$b,'"';
  }
?>

輸出:

type="small" important="low"
新邵县| 福海县| 汽车| 靖边县| 衡阳县| 顺义区| 林口县| 岐山县| 浦东新区| 花莲市| 上饶县| 镇巴县| 安塞县| 泽州县| 丰县| 夹江县| 道真| 商都县| 泰顺县| 修水县| 峨眉山市| 怀化市| 剑阁县| 武定县| 洛浦县| 博乐市| 田东县| 田阳县| 庆安县| 虹口区| 凤冈县| 上林县| 桦川县| 汶川县| 桂阳县| 宜黄县| 彭水| 昌宁县| 冷水江市| 阿拉善盟| 平乐县|