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