The base64_decode method decodes a base64-encoded  string.
base64_decode( input )
| Argument | Description | 
|---|---|
| input | (string) The string to decode. | 
(String). The decoded string.
If the input is not a valid base64-encoded string, the function returns nil.
|  |