We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Decode a base-32 string and return the value as an integer
uses('base32');
public static function int [[Base32]]::decode(string [in] $input)
Accepts a base-32-encoded string as encoded by [[Base32::encode]]() and returns its integer value.
[[Base32::encode]]()
$input
The integer value represented by $input