k2hdkcpx_get_value k2hdkcpx Functions k2hdkcpx_remove

k2hdkcpx_queue_put

Puts a value to a queue

Description

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

Puts a value to the queue.

Parameters

Return Values

Returns true on success or false on failure.

See Also

k2hdkcpx_get_value k2hdkcpx Functions k2hdkcpx_remove