mcrypt_enc_is_block_mode(3) php man page | unix.com

Man Page: mcrypt_enc_is_block_mode

Operating Environment: php

Section: 3

MCRYPT_ENC_IS_BLOCK_MODE(3)						 1					       MCRYPT_ENC_IS_BLOCK_MODE(3)

mcrypt_enc_is_block_mode - Checks whether the opened mode outputs blocks

SYNOPSIS
bool mcrypt_enc_is_block_mode (resource $td)
DESCRIPTION
Tells whether the opened mode outputs blocks (e.g. TRUE for cbc and ecb, and FALSE for cfb and stream).
PARAMETERS
o $td - The encryption descriptor.
RETURN VALUES
Returns TRUE if the mode outputs blocks of bytes, or FALSE if it outputs just bytes. PHP Documentation Group MCRYPT_ENC_IS_BLOCK_MODE(3)
Related Man Pages
image2wbmp(3) - php
mcrypt_get_iv_size(3) - php
stream_set_blocking(3) - php
variant_and(3) - php
variant_imp(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update