首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
simplexml_load_string
simplexml_load_string
將XML 字符串轉換為對象。
名稱:
simplexml_load_string
分類:
未分類
所屬語言:
php
一句話介紹:
將XML 字符串轉換為對象。
相關內容
遇到非法字符導致simplexml_load_string 失敗的解決辦法
8
同類函數
attributes
attributes
返回元素的屬性/值。
real_escape_string
real_escape_string
轉義字符串中的特殊字符以用於SQL語句。
zip_entry_open
zip_entry_open
打開ZIP文件中的一個項目以供讀取。
mysql_db_name
mysql_db_name
從對mysql_list_dbs()的調
cal_info
cal_info
返回有關指定曆法的信息。
simplexml_load_file
simplexml_load_file
將XML文檔轉換為對象。
ftp_fget
ftp_fget
從FTP服務器上下載一個文件並保存到本地
children
children
返回指定節點的子節點。
熱門文章
遇到非法字符導致simplexml_load_string 失敗的解決辦法