title | package | packageTitle | layout | className | type |
---|---|---|---|---|---|
Base32::decode — Core Library |
lib |
Core Library |
default |
Base32 |
method |
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.
Name | Direction | Type | Description |
---|---|---|---|
$input
| in | string | A base-32 encoded value |
The integer value represented by $input