k2hpx_dump_elementtable
Prints elements of the k2hash’s hash table elements
Description
bool k2hpx_dump_elementtable ( mixed $handle_res [, mixed $output ] )
Prints elements of the k2hash hashtable elements including headers, hash tables and sub-hash tables.
Parameters
- handle_res
Specifies the k2hash (.k2h) file handle that k2hpx_open returns. - output
Specifies a file stream of data to be written.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::dumpElementtable - Prints elements of the k2hash’s hash table elements