主頁 > 知識庫 > PHP addAttribute()函數(shù)講解

PHP addAttribute()函數(shù)講解

熱門標簽:電梯外呼線路板維修視頻 芒果電銷機器人 銀川ai電話機器人 浙江外呼電話系統(tǒng)軟件 上海公司外呼系統(tǒng)線路 安陽自動外呼系統(tǒng)價格是多少 十堰ai電話機器人效果怎么樣 地圖標注風向標 臨沂智能電銷機器人軟件

PHP addAttribute() 函數(shù)

實例

給根元素和 body 元素添加一個屬性:

?php 
$note=XML
note> 
to>Tove/to> 
from>Jani/from> 
heading>Reminder/heading> 
body>Don't forget me this weekend!/body> 
/note> 
XML; 
$xml=new SimpleXMLElement($note); 
$xml->addAttribute("type","private"); 
$xml->body->addAttribute("date","2013-01-01"); 
echo $xml->asXML(); 
?>

定義和用法

addAttribute() 函數(shù)給 SimpleXML 元素添加一個屬性。

語法

addAttribute( _name,value,ns_ );

總結(jié)

以上就是這篇文章的全部內(nèi)容了,希望本文的內(nèi)容對大家的學習或者工作具有一定的參考學習價值,謝謝大家對腳本之家的支持。如果你想了解更多相關(guān)內(nèi)容請查看下面相關(guān)鏈接

您可能感興趣的文章:
  • PHP simplexml_import_dom()函數(shù)講解
  • PHP count()函數(shù)講解
  • PHP getDocNamespaces()函數(shù)講解
  • PHP getName()函數(shù)講解
  • PHP getNamespaces()函數(shù)講解
  • PHP registerXPathNamespace()函數(shù)講解
  • PHP children()函數(shù)講解
  • PHP attributes()函數(shù)講解
  • PHP asXML()函數(shù)講解
  • PHP simplexml_load_file()函數(shù)講解

標簽:徐州 寧夏 常州 吐魯番 武威 遵義 荊門 遂寧

巨人網(wǎng)絡(luò)通訊聲明:本文標題《PHP addAttribute()函數(shù)講解》,本文關(guān)鍵詞  PHP,addAttribute,函數(shù),講解,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《PHP addAttribute()函數(shù)講解》相關(guān)的同類信息!
  • 本頁收集關(guān)于PHP addAttribute()函數(shù)講解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章