mhash_get_block_size
mhash_get_block_size
Gets the block size of the specified hash
**mhash_get_block_size** int $algo
Gets the size of a block of the specified .
algo
algo
The hash ID. One of the constants.
MHASH_hashname
Returns the size in bytes or false, if the
does not exist.
algo
Voorbeeld: Example
<?php
echo mhash_get_block_size(MHASH_MD5); // 16
?>