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 hashSYNOPSISint mhash_get_block_size (int $hash)DESCRIPTIONGets the size of a block of the specified $hash.PARAMETERSo $hash - The hash ID. One of the MHASH_hashname constants.RETURN VALUESReturns the size in bytes or FALSE, if the $hash does not exist.EXAMPLESExample #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 |
---|
hashget(3) - debian |
hashkeys(3) - debian |
password_needs_rehash(3) - php |
sha1(3) - php |
sha1_file(3) - php |
Similar Topics in the Unix Linux Community |
---|
Wonderful world of AIDE |