Phalcon\Legacy\CryptInterface::decryptBase64 PHP Метод

decryptBase64() публичный Метод

Decrypt a text that is coded as a base64 string
public decryptBase64 ( string $text, mixed $key = null ) : string
$text string
$key mixed
Результат string
    public function decryptBase64($text, $key = null);