Class FOFEncryptBase32

Description

FOFEncryptBase32

  • since: 1.0

Located in /libraries/fof/encrypt/base32.php (line 16)


	
			
Class Constant Summary
 CSRFC3548 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567'
Method Summary
 string decode (string $str)
 string encode (string $str)
Methods
decode (line 179)

toString

Convert any base32 string to a normal sctring This should be binary safe...

  • return: The normal string
  • access: public
string decode (string $str)
  • string $str: The base32 string to convert
encode (line 164)

fromString

Convert any string to a base32 string This should be binary safe...

  • return: The converted base32 string
  • access: public
string encode (string $str)
  • string $str: The string to convert
Class Constants
CSRFC3548 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567' (line 24)

CSRFC3548

The character set as defined by RFC3548

Documentation generated on Tue, 19 Nov 2013 14:54:26 +0100 by phpDocumentor 1.4.3