k2hpx_keyq_dump
Gets the elements in the K2hKeyQueue object
Description
bool k2hpx_keyq_dump ( mixed $keyqhandle_res [, mixed $output ] )
Gets the elements in the K2hKeyQueue object.
Parameters
- keyqhandle_res
Specifies the K2hKeyQueue file handle that k2hpx_keyq_handle returns. - output
Specifies a file stream of data to be written.
Return Values
Returns true on success or false on failure.
See Also
- K2hQueue::dump - Prints the elements in the K2hQueue object