From 6cabb127069e692e27778818511ed45eaf56f509 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..f9e50be --- /dev/null +++ b/REFLECTION @@ -0,0 +1,97 @@ +Extension [ extension #104 mailparse version 2.1.6 ] { + + - 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