The sha1 function sets the sha1 hash of a string
$year = "2025";
$yearSha1 =sha1($year);
echo $yearSha1;
// 004be89dd9e070ecb080b9b759e5be29ec24881b
The sha1 function sets the sha1 hash of a string
$year = "2025";
$yearSha1 =sha1($year);
echo $yearSha1;
// 004be89dd9e070ecb080b9b759e5be29ec24881b