Plib_XH

Codec
in package

Text encoding and decoding helpers

Not to be confused with character encodings.

While PHP already offers several such functions, e.g. base64_encode(), urlencode(), bin2hex(), a couple of useful ones are not available. These may be implemented as static methods in this class.

Table of Contents

Methods

decodeBase32hex()  : string
Decodes Base 32 Encoding with Extended Hex Alphabet
decodeBase64url()  : string|null
Decodes Base 64 Encoding with URL and Filename Safe Alphabet
encodeBase32hex()  : string
Encodes Base 32 Encoding with Extended Hex Alphabet
encodeBase64url()  : string
Encodes Base 64 Encoding with URL and Filename Safe Alphabet

Methods


        
On this page

Search results