ホーム
PHP
Tags
PHPチュートリアル
最新記事一覧
日本語
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
現在の位置:
ホーム
>
関数カテゴリ一覧
>
xml_parser_create
xml_parser_create
XMLパーサーを作成します
名前:
xml_parser_create
カテゴリ:
XMLパーサー
対応言語:
php
一言説明:
XMLパーサーを作成します。
関連内容
xml_parser_createの解析中に文字化けコードの問題を解決する方法
2
類似の関数
xml_set_end_namespace_decl_handler
xml_set_end_namespace_decl_handler
エンドネームスペース宣言ハンドラーを設定
xml_get_current_column_number
xml_get_current_column_number
XMLパーサーの現在の列番号を取得します
xml_set_notation_decl_handler
xml_set_notation_decl_handler
表記宣言ハンドラーの設定
xml_get_current_byte_index
xml_get_current_byte_index
XMLパーサーの現在のバイトインデックス
xml_get_current_line_number
xml_get_current_line_number
XMLパーサーの現在のライン番号を取得し
xml_parse_into_struct
xml_parse_into_struct
XMLデータを配列構造に解析します
xml_parse
xml_parse
XMLドキュメントの解析を開始します
xml_parser_set_option
xml_parser_set_option
XMLパーサーにオプションを設定します
人気記事(にんききじ)
xml_parser_createの解析中に文字化けコードの問題を解決する方法