Javascript debugger Website design ↑
Gets the size of a block of the specified hash.
The hash id. One of the MHASH_XXX constants.
MHASH_XXX
Returns the size in bytes or FALSE, if the hash does not exist.
FALSE
<?php echo mhash_get_block_size(MHASH_MD5); // 16 ?>
Javascript debugger Website design