Class utf16le
UTF-16 (little endian) character set.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Charset
-
Core\Charset\MultiByte
-
Core\Charset\Driver\utf16le
Package: Core\Charset
Link: http://en.wikipedia.org/wiki/UTF-16
Since: 3.1
Requires: PHP 5.3, MBString
Version: 1.0
Located at Charset/Driver/utf16le.inc.php
Methods summary
public
string
|
#
xmlSpecials( $string, integer $quotes = null )
Encodes all special XML characters in provided string with respect to this character set instance. |
Methods inherited from Core\Charset\MultiByte
__construct(),
convertFromUTF8(),
convertToUTF8(),
len(),
pad(),
sub(),
toLower(),
toUpper(),
truncate(),
width()
Methods inherited from Core\Charset
_restoreEnvironment(),
_setupEnvironment(),
activate(),
active(),
alias(),
all(),
convertFrom(),
convertFromActive(),
convertTo(),
convertToActive(),
convertUCS2ToUTF8(),
convertUTF8ToUCS2(),
format(),
get(),
hash(),
iterator(),
registerAlias(),
sizeof(),
vformat()
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
__toString(),
attachMethod(),
chain(),
getValueForKey(),
getValueForKeyPath(),
getValueForUndefinedKey(),
issetValueForKey(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\Charset
ACK,
BEL,
BS,
CAN,
CR,
CRLF,
DEL,
DLE,
DoubleQuotesFlag,
EM,
ENQ,
EOT,
ESC,
ETB,
ETX,
FF,
FS,
GS,
LF,
LeftPadFlag,
NAK,
NUL,
NoQuotesFlag,
RS,
RightPadFlag,
SI,
SO,
SOH,
STX,
SUB,
SYN,
SingleQuotesFlag,
TAB,
TruncatePadFlag,
US,
VT
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
protected
string
|
$_v_displayName
|
#
'UTF-16 (Little Endian)'
|
protected
string
|
$_v_name
|
#
'utf-16le'
|