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

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

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

PHP _construct() 函數(shù)

實(shí)例

函數(shù)創(chuàng)建一個(gè)新的 SimpleXMLElement 對(duì)象,然后輸出 body 節(jié)點(diǎn)的內(nèi)容:

?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); 
echo $xml->body; 
?>

[運(yùn)行實(shí)例»](/try/showphp.php?filename=demo_func_simplexml_construct)

定義和用法

_construct() 函數(shù)創(chuàng)建一個(gè)新的 SimpleXMLElement 對(duì)象。

語法

_construct( _data,options,data_is_url,ns,is_prefix_ );

假設(shè)我們有如下的 XML 文件,"note.xml":

?xml version="1.0" encoding="ISO-8859-1"?> 
note> 
to>Tove/to> 
from>Jani/from> 
heading>Reminder/heading> 
body>Don't forget me this weekend!/body> 
/note>

實(shí)例 1

從 URL 中創(chuàng)建一個(gè) SimpleXMLElement 對(duì)象:

?php 
$xml=new SimpleXMLElement("note.xml",NULL,TRUE); 
echo $xml->asXML(); 
?>

總結(jié)

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

您可能感興趣的文章:
  • 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 addAttribute()函數(shù)講解
  • PHP simplexml_import_dom()函數(shù)講解

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

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