php man page for mhash_get_block_size

Query: mhash_get_block_size

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
hashdelete(3) - debian
hashkeys(3) - debian
sha1(3) - php
sha1_file(3) - php
hashstash(3) - xfree86
Similar Topics in the Unix Linux Community
Wonderful world of AIDE