Name

tree_md5 — returns MD5 checksum of array argument

Synopsis

string tree_md5 ( in tree any );

Description

Returns a string of 16 characters representing the binary MD5 checksum of the argument. The argument can be any array or scalar.

Parameters

tree

String or string_session to be processed with MD5 algorithm.

Return Values

A string of 32 lower case hex digits that are the result of the MD5 algorithm used on the data argument.