filmov
tv
PHP Base64 Encode
![preview_player](https://i.ytimg.com/vi/7gHiESDgiN8/maxresdefault.jpg)
Показать описание
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.
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.