diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-26 17:53:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-26 17:53:27 +0100 |
commit | d999ccc5e4bbcf10dd001b02553b3bc90bf85ff3 (patch) | |
tree | f94f89518dbe42fa77c8ead1c68ba871ca91eef4 /REFLECTION-PHP7 | |
parent | 940ffda7375b90fd2146efffffaa0f2a654b2d57 (diff) |
php-pecl-mailparse: 3.0.0 (php 7)
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 97 |
1 files changed, 97 insertions, 0 deletions
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 [ <persistent> extension #56 mailparse version 3.0.0 ] { + + - 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 ] { + } + } + } + } +} + |