lithium\storage\session\strategy\Encrypt::_vectorSize PHP 메소드

_vectorSize() 보호된 정적인 메소드

Returns the vector size vor a given cipher and mode.
protected static _vectorSize ( ) : number
리턴 number The vector size.
    protected static function _vectorSize()
    {
        return mcrypt_enc_get_iv_size(static::$_resource);
    }