base64_decodeDecodes data encoded with MIME base64
&reftitle.description;
stringfalsebase64_decodestringstringboolstrict&false;
Decodes a base64 encoded string.
&reftitle.parameters;
string
The encoded data.
strict
If the strict parameter is set to &true;
then the base64_decode function will return
&false; if the input contains character from outside the base64
alphabet. Otherwise invalid characters will be silently discarded.
&reftitle.returnvalues;
Returns the decoded data&return.falseforfailure;. The returned data may be
binary.
&reftitle.examples;
base64_decode example
]]>
&example.outputs;
&reftitle.seealso;
base64_encodeRFC 2045 section 6.8