mhash_count

PHP 4, PHP 5, PHP 7, PHP 8
mhash_count - Gets the highest available hash ID
Manual
Code Examples

mhash_count( ): int

Gets the highest available hash ID.

Parameters

This function has no parameters.

Return Values

Returns the highest available hash ID. Hashes are numbered from 0 to this hash ID.

Changelog

Version Description
8.1.0 This function has been deprecated. Use the hash_*() functions instead.

Example of mhash_count

Show all examples for mhash_count

PHP Version:


Function mhash_count:

Mhash Functions

Most used PHP functions