CharacterSet
class CharacterSet extends AbstractEnum (View source)
Provides a set of known, allowable character encodings.
Constants
ISO_8859_1 |
|
US_ASCII |
|
UTF_8 |
|
WIN_1252 |
|
Methods
static bool
hasValue(string $value)
Determines if the value is one of the Enum values of this type.
from AbstractEnum
Details
in AbstractEnum at line 25
static array
introspect()
Introspects the Enum for its values.
in AbstractEnum at line 35
static array
introspectKeys()
Introspects the Enum for its keys.
in AbstractEnum at line 43
static bool
hasValue(string $value)
Determines if the value is one of the Enum values of this type.