k2hpx_get_attr_value
Gets an attribute value of the key
Description
string k2hpx_get_attr_value ( mixed $handle_res , string $key , string $attrkey )
Gets an attribute value of the key.
Parameters
- handle_res
Specifies the k2hash (.k2h
) file handle that k2hpx_open returns. - key
Specifies the key. - attrkey
Specifies the attribute key.
Return Values
Returns the value of the attribute of the key, otherwise false.
See Also
- K2hash::getAttrValue - Gets an attribute value of the attribute key of the key