From bb5801d61ed9fa4c3b1229bc759fca23ce208130 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 Feb 2018 08:41:00 +0100 Subject: cleanup --- REFLECTION-PHP7 | 97 --------------------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index ba888d8..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,97 +0,0 @@ -Extension [ extension #104 mailparse version 3.0.2 ] { - - - INI { - Entry [ mailparse.def_charset ] - Current = 'us-ascii' - } - } - - - Constants [3] { - Constant [ integer MAILPARSE_EXTRACT_OUTPUT ] { 0 } - Constant [ integer MAILPARSE_EXTRACT_STREAM ] { 1 } - Constant [ integer MAILPARSE_EXTRACT_RETURN ] { 2 } - } - - - Functions { - Function [ function mailparse_msg_parse_file ] { - } - Function [ function mailparse_msg_get_part ] { - } - Function [ function mailparse_msg_get_structure ] { - } - Function [ function mailparse_msg_get_part_data ] { - } - Function [ function mailparse_msg_extract_part ] { - } - Function [ function mailparse_msg_extract_part_file ] { - } - Function [ function mailparse_msg_extract_whole_part_file ] { - } - Function [ function mailparse_msg_create ] { - } - Function [ function mailparse_msg_free ] { - } - Function [ function mailparse_msg_parse ] { - } - Function [ function mailparse_rfc822_parse_addresses ] { - } - Function [ function mailparse_determine_best_xfer_encoding ] { - } - Function [ function mailparse_stream_encode ] { - } - Function [ function mailparse_uudecode_all ] { - } - Function [ function mailparse_test ] { - } - } - - - Classes [1] { - Class [ class mimemessage ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [10] { - Method [ public method mimemessage ] { - } - - Method [ public method get_child ] { - } - - Method [ public method get_child_count ] { - } - - Method [ public method get_parent ] { - } - - Method [ public method extract_headers ] { - } - - Method [ public method extract_body ] { - } - - Method [ public method enum_uue ] { - } - - Method [ public method extract_uue ] { - } - - Method [ public method remove ] { - } - - Method [ public method add_child ] { - } - } - } - } -} - -- cgit