CharacterConvert
Table of Contents
| character() | CHARACTER. | string |
|---|---|---|
| code() | ASCIICODE. | int|string |
| unicodeToOrd() | mixed | |
| convertBooleanValue() | mixed |
Methods
character()
CHARACTER.
public
static character(
$character :
mixed
)
: string
Parameters
- $character : mixed
Integer Value to convert to its character representation
Return values
stringcode()
ASCIICODE.
public
static code(
$characters :
mixed
)
: int|string
Parameters
- $characters : mixed
String character to convert to its ASCII value
Return values
int|string —A string if arguments are invalid
unicodeToOrd()
private
static unicodeToOrd(
$character :
mixed
)
: mixed
Parameters
- $character : mixed
Return values
mixedconvertBooleanValue()
private
static convertBooleanValue(
$value :
mixed
)
: mixed
Parameters
- $value : mixed