k2hdkcpx_get_subkeys k2hdkcpx Functions k2hdkcpx_key_queue_get

k2hdkcpx_get_value

Gets a value associated with the key

Description

/**
 * @param resource $handle_res
 */
function k2hdkcpx_get_value(
	$handle_res,
	string $key,
	string $password = null): string|null {}

Gets a value associated with the key.

Parameters

Return Values

Returns the value of the key, otherwise null.

See Also

k2hdkcpx_get_subkeys k2hdkcpx Functions k2hdkcpx_key_queue_get