[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ b ] [ g ] [ i ] [ ] [ s ]

b

baseConvert
in file Basex.php, method Math_Basex::baseConvert()
    Converts a number from one base into another. May be called statically.
Basex.php
procedural page Basex.php
top

g

getBase
in file Basex.php, method Math_Basex::getBase()
    Returns the base scale. Note that this is onyl the count of the characters used for the encoding and decoding.
top

i

instance
in file Basex.php, method Math_Basex::instance()
    Singleton method, call statically
top

m

Math_Basex
in file Basex.php, method Math_Basex::Math_Basex()
    Constructor for class
Math_Basex
in file Basex.php, class Math_Basex
    base X coding class
MATH_BASEX_MATHEXTENSION
in file Basex.php, constant MATH_BASEX_MATHEXTENSION
top

s

setBase
in file Basex.php, method Math_Basex::setBase()
    Change the character base set. Behaves the same way the constructor does.
stdBase
in file Basex.php, method Math_Basex::stdBase()
    Returns a common set of digits (0-9A-Za-z), length is given as parameter
top

t

toBase
in file Basex.php, method Math_Basex::toBase()
    toBase translates a decimal (base 10) number into your base 'code'
todecimal
in file Basex.php, method Math_Basex::todecimal()
    toDecimal decodes the baseX 'code' back to a decimal number
top

Documentation generated on Mon, 11 Mar 2019 15:34:42 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.