XML » すべて
すべて
simplexml_load_file
読み:simplexml_load_file 用途:XML 解説:simplexml_load_fileはXMLドキュメントをオブジェクトにセットするsimplexml_load_file(XMLファイル名)【...
simplexml_load_string
読み:simplexml_load_string 用途:XML 解説:simplexml_load_stringはXML文字列をオブジェクトにセットするsimplexml_load_string(XML文字列)【戻り値...
utf8_decode
読み:utf8_decode 用途:XML 解説:utf8_decodeはUTF-8エンコードされた文字列をデコードするutf8_decode(UTF-8エンコードされた文字列)【戻...
utf8_encode
読み:utf8_encode 用途:XML 解説:utf8_encodeは文字列をUTF-8にエンコードするutf8_encode(文字列)【戻り値】UTF-8にエンコードされた文字...
xml_error_string
読み:xml_error_string 用途:XML 解説:xml_error_stringはXMLパーサのエラー文字列を取得するxml_error_string(エラーコード)【戻り値】XMLパー...
xml_get_current_line_number
読み:xml_get_current_line_number 用途:XML 解説:xml_get_current_line_numberはXMLパーサの現在の行番号を取得するxml_get_current_line_number(XMLパーサ...
xml_get_error_code
読み:xml_get_error_code 用途:XML 解説:xml_get_error_codeはXMLパーサのエラーコードを取得するxml_get_error_code(XMLパーサ)【戻り値】XMLパ...
xml_parse
読み:xml_parse 用途:XML 解説:xml_parseはXMLドキュメントの解析を開始するxml_parse(XMLパーサ,処理するデータ[,最後のデータの場合はT...
xml_parser_create
読み:xml_parser_create 用途:XML 解説:xml_parser_createはXMLパーサを作成するxml_parser_create(文字コード)【戻り値】作成が成功した場合はX...
xml_parser_free
読み:xml_parser_free 用途:XML 解説:xml_parser_freeはXMLパーサを解放するxml_parser_free(XMLパーサ)【戻り値】有効なXMLパーサを参照して...
xml_parser_get_option
読み:xml_parser_get_option 用途:XML 解説:xml_parser_get_optionはXMLパーサの設定を取得するxml_parser_get_option(XMLパーサ,設定名)【戻り値】X...
xml_parser_set_option
読み:xml_parser_set_option 用途:XML 解説:xml_parser_set_optionはXMLパーサを設定するxml_parser_set_option(XMLパーサ,設定名,値)【戻り値】設定...
xml_set_character_data_handler
読み:xml_set_character_data_handler 用途:XML 解説:xml_set_character_data_handlerはXMLのデータハンドラを設定するxml_set_character_data_handler(XMLパー...
xml_set_element_handler
読み:xml_set_element_handler 用途:XML 解説:xml_set_element_handlerはXMLの各要素のハンドラを設定するxml_set_element_handler(XMLパーサ,開始要素...
