首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
xml_get_error_code
xml_get_error_code
獲取XML解析器錯誤代碼
名稱:
xml_get_error_code
分類:
XML解析器
所屬語言:
php
一句話介紹:
從XML 解析器返回錯誤代碼。
相關內容
為什麼xml_get_error_code可能返回0而不是實際的錯誤代碼?
6
使用xml_get_error_code和xml_error_string輸出詳細的XML錯誤信息
4
結合xml_get_error_code和libxml_clear_errors清理錯誤堆棧的正確方法
8
同類函數
xml_parser_free
xml_parser_free
免費的XML解析器
xml_parser_set_option
xml_parser_set_option
在XML解析器中設置選項
xml_get_current_byte_index
xml_get_current_byte_index
獲取XML解析器的當前字節索引
xml_parse
xml_parse
開始解析XML文檔
utf8_decode
utf8_decode
將使用UTF-8編碼的ISO-8859-
xml_parser_get_option
xml_parser_get_option
從XML解析器中獲取選項
xml_get_current_line_number
xml_get_current_line_number
獲取XML解析器的當前行號
xml_parser_create_ns
xml_parser_create_ns
創建具有名稱空間支持的XML解析器
熱門文章
使用xml_get_error_code和xml_error_string輸出詳細的XML錯誤信息
結合xml_get_error_code和libxml_clear_errors清理錯誤堆棧的正確方法
為什麼xml_get_error_code可能返回0而不是實際的錯誤代碼?