base64_encode

Online functions

Share on DiggShare on Stumble UponShare on DeliciousShare on FacebookShare on TwitterShare on MyspaceShare on RedditShare on ShareThisShare on Technorati
Most Populair Cryptography Functions
md5
Passwords
sha1
base64_decode
crypt
Last viewed functions
base64_encode
crc32

base64_encode


Declaration: string base64_encode (string $data )
Description: Encodes data with MIME base64
Returns: The encoded data, as a string.

Parameters:
  • string $data: 

    The data to encode.



Documentation: http://www.php.net/manual/en/function.base64-encode.php
Try base64_encode Online Show me an example of base64_encode


data :




base64_encode

This function uses the PHP base64_encode and base64_decode functions:
From php.net:
base64_encode(): Encodes data with MIME base64
base64_decode():

Decodes data encoded with MIME base64

Base 64 literally means a positional numbering system using a base of 64. It is the largest power of two base that can be represented using only printable ASCII characters. This has led to its use as a transfer encoding for email among other things. All well-known variants of base 64 use the characters A-Z, a-z, and 0-9 in that order for the first 62 digits but the symbols chosen for the last two digits vary considerably between different systems that use base 64.

   

 
There are no Comments.
 

Leave a comment





Verander Captcha code