diff options
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 97 |
1 files changed, 0 insertions, 97 deletions
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 [ <persistent> extension #104 mailparse version 3.0.2 ] { - - - INI { - Entry [ mailparse.def_charset <ALL> ] - 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 [ <internal:mailparse> function mailparse_msg_parse_file ] { - } - Function [ <internal:mailparse> function mailparse_msg_get_part ] { - } - Function [ <internal:mailparse> function mailparse_msg_get_structure ] { - } - Function [ <internal:mailparse> function mailparse_msg_get_part_data ] { - } - Function [ <internal:mailparse> function mailparse_msg_extract_part ] { - } - Function [ <internal:mailparse> function mailparse_msg_extract_part_file ] { - } - Function [ <internal:mailparse> function mailparse_msg_extract_whole_part_file ] { - } - Function [ <internal:mailparse> function mailparse_msg_create ] { - } - Function [ <internal:mailparse> function mailparse_msg_free ] { - } - Function [ <internal:mailparse> function mailparse_msg_parse ] { - } - Function [ <internal:mailparse> function mailparse_rfc822_parse_addresses ] { - } - Function [ <internal:mailparse> function mailparse_determine_best_xfer_encoding ] { - } - Function [ <internal:mailparse> function mailparse_stream_encode ] { - } - Function [ <internal:mailparse> function mailparse_uudecode_all ] { - } - Function [ <internal:mailparse> function mailparse_test ] { - } - } - - - Classes [1] { - Class [ <internal:mailparse> class mimemessage ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [10] { - Method [ <internal:mailparse, ctor> public method mimemessage ] { - } - - Method [ <internal:mailparse> public method get_child ] { - } - - Method [ <internal:mailparse> public method get_child_count ] { - } - - Method [ <internal:mailparse> public method get_parent ] { - } - - Method [ <internal:mailparse> public method extract_headers ] { - } - - Method [ <internal:mailparse> public method extract_body ] { - } - - Method [ <internal:mailparse> public method enum_uue ] { - } - - Method [ <internal:mailparse> public method extract_uue ] { - } - - Method [ <internal:mailparse> public method remove ] { - } - - Method [ <internal:mailparse> public method add_child ] { - } - } - } - } -} - |