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

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

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

PHP getDocNamespaces() 函數(shù)

實例

返回 XML 文檔的根節(jié)點中聲明的命名空間:

?php 
$xml=XML 
?xml version="1.0" standalone="yes"?> 
cars xmlns:c="http://codingdict.com/ns"> 
c:car id="1">Volvo/c:car> 
c:car id="2">BMW/c:car> 
c:car id="3">Saab/c:car> 
/cars> 
XML;
$sxe=new SimpleXMLElement($xml); 
$ns=$sxe->getDocNamespaces(); 
print_r($ns); 
?>

定義和用法

getDocNamespaces()函數(shù)返回 XML 文檔中聲明的命名空間。

語法

getDocNamespaces( _recursive_ , _from_root_ );

實例 1

返回 XML 文檔的父節(jié)點和子節(jié)點中聲明的所有命名空間:

?php 
$xml=XML 
?xml version="1.0" standalone="yes"?> 
cars xmlns:c="http://codingdict.com/ns"> 
c:car id="1">Volvo/c:car> 
c:car id="2">BMW/c:car> 
c:car id="3" a:country="Sweden"
xmlns:a="http://codingdict.com/country">Saab/c:car> 
/cars> 
XML;
$sxe=new SimpleXMLElement($xml); 
$ns=$sxe->getDocNamespaces(TRUE); 
var_dump($ns); 
?>

總結(jié)

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

您可能感興趣的文章:
  • PHP chop()函數(shù)講解
  • PHP bin2hex()函數(shù)基礎(chǔ)實例講解
  • PHP xpath()函數(shù)講解
  • PHP addcslashes()函數(shù)講解
  • PHP addslashes()函數(shù)講解
  • PHP simplexml_load_string()函數(shù)實例講解
  • PHP simplexml_load_file()函數(shù)講解
  • PHP simplexml_import_dom()函數(shù)講解
  • PHP count()函數(shù)講解
  • PHP chr()函數(shù)講解

標(biāo)簽:寧夏 常州 遵義 徐州 武威 吐魯番 荊門 遂寧

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《PHP getDocNamespaces()函數(shù)講解》,本文關(guān)鍵詞  PHP,getDocNamespaces,函數(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 getDocNamespaces()函數(shù)講解》相關(guān)的同類信息!
  • 本頁收集關(guān)于PHP getDocNamespaces()函數(shù)講解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章