Phalcon\Legacy\CryptInterface::encryptBase64 PHP 메소드

encryptBase64() 공개 메소드

Encrypts a text returning the result as a base64 string
public encryptBase64 ( string $text, mixed $key = null ) : string
$text string
$key mixed
리턴 string
    public function encryptBase64($text, $key = null);