k2hpx_keyq_push
Adds a key/value pair to the K2hKeyQueue
Description
bool k2hpx_keyq_push ( mixed $keyqhandle_res , string $key , string $value [, stringnull $pass [, int $expire ]] )
Adds a key/value pair to the K2hKeyQueue.
Parameters
- keyqhandle_res
Specifies the K2hKeyQueue file handle that k2hpx_keyq_handle returns. - key
Specifies the key. - value
Specifies the value. - pass
Specifies the password to encrypt the value. - expire
Specifies the seconds to expire the value.
Return Values
Returns true on success or false on failure.
See Also
- K2hQueue::push - Adds a value to the K2hQueue