mhash_countGets the highest available hash ID Warning
This function has been DEPRECATED as of PHP 8.1.0. Relying on this function is highly discouraged. Description
int mhash_count()
Gets the highest available hash ID. ParametersThis function has no parameters. Return ValuesReturns the highest available hash ID. Hashes are numbered from 0 to this hash ID. Changelog
Examples
Example #1 Traversing all hashes
|