decrypt() decrypt(string $aesCipher, string $aesIV = '') : string 对密文进行解密 Parameters string $aesCipher 需要解密的密文 string $aesIV 解密的初始向量 Returns string — 解密得到的明文