fmt_base64_decode [function]
fmt_base64_decode( string b64text )
decodes base64 text data
- decoding is done using the table mentioned in fmt_base64_encode()
fmt_base64_decode( fmt_base64_encode( "hello world" ) ) == "hello world" // returns true
fmt_base64_decode( fmt_base64_encode( "hello world" ) ) == "hello world" // returns true