PHP Base64 Encode

preview_player
Показать описание
The base64_encode() function is an inbuilt function in PHP which is used to Encodes data with MIME base64.
MIME (Multipurpose Internet Mail Extensions) base64 is used to encode the string in base64. The base64_encoded data takes 33% more space then original data.
Рекомендации по теме