Method | Description | |
---|---|---|
getCharPositions ( string $string, integer $startOffset, array &$currentMap, mixed &$ignoredChars ) : integer | Returns the complete character map. | |
getInitialByteSize ( ) : integer | Returns the number of bytes which should be read to start each character. | |
getMapType ( ) : integer | Returns the mapType, see constants. | |
validateByteSequence ( integer[] $bytes, integer $size ) : integer | Returns an integer which specifies how many more bytes to read. |
public getInitialByteSize ( ) : integer | ||
return | integer |
public getMapType ( ) : integer | ||
return | integer |
public validateByteSequence ( integer[] $bytes, integer $size ) : integer | ||
$bytes | integer[] | |
$size | integer | |
return | integer |