Looks like this function has exactly the same behavior as base64_decode($test, true) -> it returns FALSE if $text contains characters outside the Base64 alphabet, although this isn't documented here.
imap_base64
(PHP 4, PHP 5)
imap_base64 — کدگشایی متن کدگذاری شده BASE64
Description
string imap_base64
( string $text
)
کدگشایی text کدگذاری شده BASE-64.
Parameters
- text
-
متن کدگشایی شده
Return Values
بازگرداندن پیام کدگشایی به عنوان رشته.
See Also
- imap_binary() - تبدیل رشته 8bit به رشته base64
- base64_encode() - Encodes data with MIME base64
- base64_decode() - Decodes data encoded with MIME base64
- » RFC2045 بخش 6.8
chris at deliens dot be ¶
2 years ago
