PHP mcrypt_decrypt() – Decrypt Ciphertext with Given Parameters
The PHP mcrypt_decrypt() function decrypts data using a specified cipher, key, mode, and optional initialization vector, returning the plaintext string or FALSE on failure, with detailed parameter descriptions and usage notes.
