KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Mhash
mhash
mhash_count
mhash_get_block_size
mhash_get_hash_name
mhash_keygen_s2k
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.