From d999ccc5e4bbcf10dd001b02553b3bc90bf85ff3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Dec 2015 17:53:27 +0100 Subject: php-pecl-mailparse: 3.0.0 (php 7) --- REFLECTION-PHP7 | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..7f203d7 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,97 @@ +Extension [ extension #56 mailparse version 3.0.0 ] { + + - 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