k2hpx_keyq_push k2hash Functions k2hpx_keyq_remove

k2hpx_keyq_read

Returns a key/value pair from the K2hKeyQueue

Description

array k2hpx_keyq_read ( mixed $keyqhandle_res [, int $pos [, stringnull $pass ]] )

Returns a key/value pair from the K2hKeyQueue. This operation will not remove the key/value pair from the K2hKeyQueue.

Note

This operation will not remove the element from the K2hKeyQueue. Use k2hpx_keyq_pop to removes and returns the element instead.

Parameters

Return Values

Returns a key/value pair.

See Also

k2hpx_keyq_push k2hash Functions k2hpx_keyq_remove