Gen. partnerAlgotech

PHP function base64_decode()

Decodes data encoded with MIME base64

|
September 11, 2019

Availability in PHP 4.0

Decodes data encoded with MIME base64

Parameters

Parameter Data type Default value Note
$data string not The encoded data.
$strict bool null Returns false if input contains character from outside the base64 alphabet.

Return values

string

|bool the original data or false on failure. The returned data may be binary.

Other resources

Official documentation of the base64-decode function

Loading comments...

Stay in the loop

Subscribe to our newsletter and get the latest cybersecurity news delivered straight to your inbox.

Your data is safe. You can unsubscribe from the newsletter at any time.