\Gettext\UtilsStringReader

Summary

Methods
Properties
Constants
__construct()
read()
seekto()
$pos
$str
$strlen
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$pos

$pos : 

Type

$str

$str : 

Type

$strlen

$strlen : 

Type

Methods

__construct()

__construct(string  $str) 

Constructor.

Parameters

string $str

The string to read

read()

read(integer  $bytes) : string

Read and returns a part of the string.

Parameters

integer $bytes

The number of bytes to read

Returns

string

seekto()

seekto(integer  $pos) : integer

Move the cursor to a specific position.

Parameters

integer $pos

The amount of bytes to move

Returns

integer —

The new position