openssl_digest

Example

 string openssl_digest ( string $data , string $method [, bool $raw_output = false ] ) 

Description

Computes a digest hash value for the given data using a given method, and returns a raw or binhex encoded string.
Warning: This function is currently not documented; only its argument list is available.

Return Values

Returns the digested hash value on success or FALSE on failure.