Util
in package
Table of Contents
- ASCII_DIGIT_LOWER = 48
- ASCII_DIGIT_UPPER = 57
- isDigit() : mixed
- splitString() : mixed
Constants
ASCII_DIGIT_LOWER
public
mixed
ASCII_DIGIT_LOWER
= 48
ASCII_DIGIT_UPPER
public
mixed
ASCII_DIGIT_UPPER
= 57
Methods
isDigit()
public
static isDigit(mixed $c) : mixed
Parameters
- $c : mixed
Return values
mixed —splitString()
public
static splitString(mixed $stringToSplit, mixed $delimiter) : mixed
Parameters
- $stringToSplit : mixed
- $delimiter : mixed