ホーム
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_parser_set_option
xml_parser_set_option
XMLパーサーにオプションを設定します
xml_parse_into_struct
xml_parse_into_struct
XMLデータを配列構造に解析します
xml_set_end_namespace_decl_handler
xml_set_end_namespace_decl_handler
エンドネームスペース宣言ハンドラーを設定
xml_parser_free
xml_parser_free
無料のXMLパーサー
xml_set_notation_decl_handler
xml_set_notation_decl_handler
表記宣言ハンドラーの設定
xml_set_object
xml_set_object
オブジェクトにXMLパーサーを使用します
utf8_encode
utf8_encode
ISO-8859-1文字列をUTF-8に
xml_set_unparsed_entity_decl_handler
xml_set_unparsed_entity_decl_handler
未解決のエンティティ宣言ハンドラーを設定
人気記事(にんききじ)
xml_parser_createの解析中に文字化けコードの問題を解決する方法