php man page for mcrypt_enc_is_block_algorithm

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 algorithm

SYNOPSIS
bool mcrypt_enc_is_block_algorithm (resource $td)
DESCRIPTION
Tells whether the algorithm of the opened mode is a block algorithm.
PARAMETERS
o $td - The encryption descriptor.
RETURN VALUES
Returns 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)
Related Man Pages
mcrypt_enc_get_supported_key_sizes(3) - php
mcrypt_get_key_size(3) - php
mcrypt_module_open(3) - php
crypt_unix(5) - plan9
crypt_unix(5) - osx
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Denial Of Service Attack Update