k2hpx_clean_common_attr
Initializes the common attributes
Description
bool k2hpx_clean_common_attr ( mixed $handle_res )
Initializes the common attributes.
Common attributes are :
- mtime
true when keeping the last timestamp to modify values. - encrypt
true to encrypt values. - history
true to track values changes. - expire
true to expire values.
Parameters
- handle_res
Specifies the k2h file handle that k2hpx_open returns.
Return Values
Returns true on success or false on failure.
See Also
- K2hash::cleanCommonAttribute - Initializes the common attributes