Zend Framework
1.12
|
Static Public Member Functions | |
static | hash ($algorithm, $data, $binaryOutput=false) |
Public Attributes | |
const | TYPE_OPENSSL = 'openssl' |
const | TYPE_HASH = 'hash' |
const | TYPE_MHASH = 'mhash' |
Static Protected Member Functions | |
static | _detectHashSupport ($algorithm) |
static | _digestHash ($algorithm, $data, $binaryOutput) |
static | _digestMhash ($algorithm, $data, $binaryOutput) |
static | _digestOpenssl ($algorithm, $data, $binaryOutput) |
Static Protected Attributes | |
static | $_type = null |
static | $_supportedAlgosOpenssl |
static | $_supportedAlgosMhash |
|
staticprotected |
|
staticprotected |
string | $algorithm | |
string | $data | |
bool | $binaryOutput |
|
staticprotected |
string | $algorithm | |
string | $data | |
bool | $binaryOutput |
|
staticprotected |
string | $algorithm | |
string | $data | |
bool | $binaryOutput |
|
static |
string | $algorithm | |
string | $data | |
bool | $binaryOutput |
|
staticprotected |
|
staticprotected |
|
staticprotected |
const TYPE_HASH = 'hash' |
const TYPE_MHASH = 'mhash' |
const TYPE_OPENSSL = 'openssl' |