Query: mcrypt_enc_is_block_algorithm
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MCRYPT_ENC_IS_BLOCK_ALGORITHM(3) 1 MCRYPT_ENC_IS_BLOCK_ALGORITHM(3) mcrypt_enc_is_block_algorithm - Checks whether the algorithm of the opened mode is a block algorithmSYNOPSISbool mcrypt_enc_is_block_algorithm (resource $td)DESCRIPTIONTells whether the algorithm of the opened mode is a block algorithm.PARAMETERSo $td - The encryption descriptor.RETURN VALUESReturns TRUE if the algorithm is a block algorithm or FALSE if it is a stream one. PHP Documentation Group MCRYPT_ENC_IS_BLOCK_ALGORITHM(3)