EncodeHash Property
Whether the hash value is hex encoded.
Object Oriented Interface
public function getEncodeHash(); public function setEncodeHash($value);
Procedural Interface
ipworksencrypt_hash_get($res, 2 ); ipworksencrypt_hash_set($res, 2, $value );
Default Value
true
Remarks
This property specifies whether the computed hash value is hex encoded. When set to True (default) the class will hex encoded the computed hash for easier use. Set this value to False to obtain the hash value in an unmodified form.
The default value is True.
Data Type
Boolean