ManaPHP\Security\SecintInterface::decode PHP Метод

decode() публичный Метод

Decodes a hash to the original parameter values.
public decode ( string $hash, string $type = '' ) : integer | false
$hash string the hash to decode
$type string
Результат integer | false
    public function decode($hash, $type = '');
SecintInterface