首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
xml_parse_into_struct
xml_parse_into_struct
將XML數據解析為數組結構
名稱:
xml_parse_into_struct
分類:
XML解析器
所屬語言:
php
一句話介紹:
將XML 數據解析為數組。
相關內容
xml_parse_into_struct 常見錯誤:解析失敗的原因及解決方法
2
同類函數
utf8_encode
utf8_encode
將ISO-8859-1字符串編碼為UTF
xml_parser_get_option
xml_parser_get_option
從XML解析器中獲取選項
xml_get_error_code
xml_get_error_code
獲取XML解析器錯誤代碼
xml_parse_into_struct
xml_parse_into_struct
將XML數據解析為數組結構
xml_get_current_line_number
xml_get_current_line_number
獲取XML解析器的當前行號
xml_get_current_column_number
xml_get_current_column_number
獲取XML解析器的當前列號
xml_parse
xml_parse
開始解析XML文檔
xml_set_unparsed_entity_decl_handler
xml_set_unparsed_entity_decl_handler
設置未解析的實體聲明處理程序
熱門文章
xml_parse_into_struct 常見錯誤:解析失敗的原因及解決方法