mcrypt_enc_is_block_algorithm_mode
Checks whether the encryption of the opened mode works on blocks
WarningThis 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
bool mcrypt_enc_is_block_algorithm_mode(resource $td
)
Parameters
-
td
-
The encryption descriptor.
Return Values
Returns true
if the mode is for use with block algorithms, otherwise it
returns false
.