PHP » GoLang |
login |
register |
about
|
mcrypt_decrypt(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_decrypt — Decrypts crypttext with given parameters Warning
This function has been DEPRECATED as of PHP 7.1.0 and REMOVED as of PHP 7.2.0. Relying on this function is highly discouraged. Description
string mcrypt_decrypt
( string
$cipher
, string $key
, string $data
, string $mode
[, string $iv
] )
Decrypts the Parameters
Return Values
Returns the decrypted data as a string or Changelog
|
more
Recently updated
more
Most requested
|