Method | Description | |
---|---|---|
peek ( $characters ) : mixed | Get characters from the string but don't move the pointer | |
read ( $characters ) | Get Characters from the string | |
resetPointer ( ) : mixed | Resets the pointer to the 0 position | |
write ( $string ) | Append to the stream string |
public resetPointer ( ) : mixed | ||
return | mixed |