ars_decodeStatusHistory($field_value)

Use this to encode the field value of the status history field. See also ars_decodeStatusHistory
On success
Returns a populated encoded status history field
On failure
Returns an empty encoded status history field

Example:

my @d = ();

$d[0]->{TIME} = "1078759891";
$d[0]->{USER} = "miz";
$d[1]->{TIME} = "1078759899";
$d[1]->{USER} = "louise";
$d[2]->{TIME} = "";
$d[2]->{USER} = "";
$d[3]->{TIME} = "1078759993";
$d[3]->{USER} = "louise";

my $field_value = encodeStatusHistory(@d);
      
ars_encodeStatusHistory was introduced in version 1.85 of ARSperl courtesy of Misi Mladoniczky


<-- Table of Contents

Last changes to this page 11 September 1998 by jcmurphy@arsperl.org
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org