MHASH_GET_BLOCK_SIZE(3) 1 MHASH_GET_BLOCK_SIZE(3)
mhash_get_block_size - Gets the block size of the specified hash
SYNOPSIS
int mhash_get_block_size (int $hash)
DESCRIPTION
Gets the size of a block of the specified $hash.
PARAMETERS
o $hash
- The hash ID. One of the MHASH_hashname constants.
RETURN VALUES
Returns the size in bytes or FALSE, if the $hash does not exist.
EXAMPLES
Example #1
mhash_get_block_size(3) Example
<?php
echo mhash_get_block_size(MHASH_MD5); // 16
?>
PHP Documentation Group MHASH_GET_BLOCK_SIZE(3)