k2hdkcpx_get_value k2hdkcpx Functions k2hdkcpx_key_queue_put

k2hdkcpx_key_queue_get

Gets a pair of the key/value from the queue

Description

/**
 * @param resource $handle_res
 */
function k2hdkcpx_key_queue_get(
    $handle_res,
    string $prefix,
    bool $is_fifo = true,
    string $password = null,
    int $expiration_duration = 0): array|null{}

Gets a pair of the key/value from the queue.

Parameters

Return Values

Returns an array on success or null on failure.

See Also

k2hdkcpx_get_value k2hdkcpx Functions k2hdkcpx_key_queue_put