Introduction
Getting Started
Methods
Decode the base64 encoded string.
Twine\Str::base64Decode( void ) : Twine\Str
$string = new Twine\Str('am9obiBwaW5rZXJ0b24='); $string->base64Decode(); // Returns 'john pinkerton'