Home > PHP > Function > Mhash > mhash_get_block_size()

mhash_get_block_size()

mhash_get_block_size - Get the block size of the specified hash

Syntax

int mhash_get_block_size (int $hash)

Arguments

  • hash - The hash id. One of the MHASH_XXXconstants.

Description

Gets the size of a block of the specified hash.

Version

PHP 4, 5

Return value

Returns the size in bytes or FALSE, if the hash does not exist.