Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 962 Bytes

Base32::decode.md

File metadata and controls

51 lines (39 loc) · 962 Bytes
title package packageTitle layout className type
Base32::decode — Core Library
lib
Core Library
default
Base32
method

Base32::decode

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