SDK for PHP 3.x

CalculatesChecksumTrait

Table of Contents

Methods

getEncodedValue()  : string

Methods

getEncodedValue()

public static getEncodedValue(string $requestedAlgorithm, string $value) : string
Parameters
$requestedAlgorithm : string

the algorithm to encode with

$value : string

the value to be encoded

Return values
string
On this page