in the current (CVS) version of PHP3, this function is definend in php3/functions/imap.c
in the current (CVS) version of PHP4, this function is definend in php4/ext/imap/php_imap.c and implemented in php4/ext/imap/php_imap.c
it is not documented yet
there is a proto in latest PHP3 source:
object imap_mime_header_decode(string str) Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text' |
there is a proto in latest PHP4 source:
array imap_mime_header_decode(string str) Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text' |
|
PHP 3.0.* |
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 1 0 | 1 1 | 1 2 | 1 3 | 1 4 | 1 5 | 1 6 | c v s |
---|
| | | | | | | | | | | | | | | | | x | | PHP 4.0.* |
0 b 1 | 0 b 2 | 0 b 4 | 0 R C 1 | 0 R C 2 | 0 | c v s |
---|
- | - | - | x | x | x | x |
|