Skip to content

Commit

Permalink
- README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenKoehn committed Jan 26, 2019
1 parent 4221e3a commit 13cdaa8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ $stream = stream_temp('Some Content!', 1024);
//Stream will start swapping after 1024 bytes
```


```php
$fs = Stream::createFileStream(__DIR__.'/some-file.txt', 'rb');
while (!$fs->eof()) {
echo $fs->read(32);
}
```

#### Input Stream

The input stream is a readable file stream on `php://input`.
Expand Down

0 comments on commit 13cdaa8

Please sign in to comment.