Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Decode a base-32 string and return the value as an integer

Synopsis

uses('base32');

public static function int [[Base32]]::decode(string [in] $input)

Description

Accepts a base-32-encoded string as encoded by [[Base32::encode]]() and returns its integer value.

Parameters

Name Direction Type Description
$input in string A base-32 encoded value

Return Value

The integer value represented by $input

Clone this wiki locally