mcrypt_module_is_block_algorithm_mode(3) php man page | unix.com

Man Page: mcrypt_module_is_block_algorithm_mode

Operating Environment: php

Section: 3

MCRYPT_MODULE_IS_BLOCK_ALGORITHM_MODE(3)				 1				  MCRYPT_MODULE_IS_BLOCK_ALGORITHM_MODE(3)

mcrypt_module_is_block_algorithm_mode - Returns if the specified module is a block algorithm or not

SYNOPSIS
bool mcrypt_module_is_block_algorithm_mode (string $mode, [string $lib_dir])
DESCRIPTION
This function returns TRUE if the mode is for use with block algorithms, otherwise it returns FALSE. (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb).
PARAMETERS
o $mode - The mode to check. o $lib_dir - The optional $lib_dir parameter can contain the location where the algorithm module is on the system.
RETURN VALUES
This function returns TRUE if the mode is for use with block algorithms, otherwise it returns FALSE. (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb). PHP Documentation Group MCRYPT_MODULE_IS_BLOCK_ALGORITHM_MODE(3)
Related Man Pages
enc(1) - redhat
enc(1openssl) - opensolaris
enc(1) - osx
mcrypt_module_open(3) - php
variant_and(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun