ISN (International Social Networking Services - Interactive Apps and Websites)



PHP base64-encode - free code source scripts


 

base64_encode — Encodes data with MIME base64

reject note Description

string base64_encode ( string $data )

Encodes the given data with base64.

This encoding is designed to make binary data survive transport through transport layers that are not 8-bit clean, such as mail bodies.

Base64-encoded data takes about 33% more space than the original data.

reject note Parameters

 

data

The data to encode.

 

reject note Return Values

The encoded data, as a string or FALSE on failure.

reject note Examples

 

Example #1 base64_encode() example

<?php
$str 
'This is an encoded string';
echo 
base64_encode($str);
?>

The above example will output:

VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==

 

By continuing to use this site, you agree to the use of cookies to personalize content and advertisements, to provide social media functionality, to analyze our traffic using Google services like Analytics and Adsense.

Google Adsense and its partners may use your data for advertising personalization and cookies may be used for personalized and non-personalized advertising. How does Google use my data?
Please use the following button to see the list of Google partners as well as all the details regarding cookies.
See detailsI Accept
These cookies are mandatory for the operation of isn-services.com, if you do not accept them please quit this site.
You have the right to refuse cookies and leave the site or to change the parameters.