Class Swift_CharacterReader_UsAsciiReader
Analyzes US-ASCII characters.
- Swift_CharacterReader_UsAsciiReader implements Swift_CharacterReader
Package: Swift\Encoder
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
public
integer
|
#
getCharPositions( string $string, integer $startOffset, string & $currentMap, mixed & $ignoredChars )
Returns the complete charactermap |
public
integer
|
|
public
integer
|
#
validateByteSequence( string $bytes, $size )
Returns an integer which specifies how many more bytes to read. A positive integer indicates the number of more bytes to fetch before invoking this method again. A value of zero means this is already a valid character. A value of -1 means this cannot possibly be a valid character. |
public
integer
|
MAP_TYPE_FIXED_LEN,
MAP_TYPE_INVALID,
MAP_TYPE_POSITIONS
|