urlsafe_decode64(str)
Instance Public methods
Returns the Base64-decoded version of str
. This method
complies with âBase 64 Encoding with URL and
Filename Safe Alphabet'' in RFC 4648. The alphabet uses '-'
instead of '+' and '_' instead of '/'.
Please login to continue.