openStream('replay.details'); while($data = $stream->readBytes(100)) { echo $data; }