php man page for mhash_count

Query: mhash_count

OS: php

Section: 3

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

MHASH_COUNT(3)								 1							    MHASH_COUNT(3)

mhash_count - Gets the highest available hash ID

SYNOPSIS
int mhash_count (void )
DESCRIPTION
Gets the highest available hash ID.
RETURN VALUES
Returns the highest available hash ID. Hashes are numbered from 0 to this hash ID.
EXAMPLES
Example #1 Traversing all hashes <?php $nr = mhash_count(); for ($i = 0; $i <= $nr; $i++) { echo sprintf("The blocksize of %s is %d ", mhash_get_hash_name($i), mhash_get_block_size($i)); } ?> PHP Documentation Group MHASH_COUNT(3)
Related Man Pages
hashget(3) - debian
hashkeys(3) - debian
hashremove(3) - debian
hashstash(3) - debian
password_verify(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch