fmt_base64_decode [function]

fmt_base64_decode( string b64text )

decodes base64 text data

fmt_base64_decode( fmt_base64_encode( "hello world" ) ) == "hello world" // returns true