Base16
in package
implements
Transcoder
Tags
Table of Contents
Interfaces
Methods
- decode() : string
- encode() : string
- handleDecodeErrors() : void
Methods
decode()
public
decode(string $input) : string
Parameters
- $input : string
-
ascii string
Tags
Return values
string —binary string
encode()
public
encode(string $input) : string
Parameters
- $input : string
-
binary string
Return values
string —ascii string
handleDecodeErrors()
protected
handleDecodeErrors(int $errno, string $errstr[, string $errfile = '' ][, int $errline = 0 ]) : void
Parameters
- $errno : int
- $errstr : string
- $errfile : string = ''
- $errline : int = 0