Skip to content

Commit

Permalink
Add common files
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 17, 2024
1 parent 2fed722 commit a439fb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ $stream = (new ResourceStream(fopen('php://temp', 'r+')))

// Various ways to read:
echo $stream->read();
// Or
echo $stream->readLine();
// Or
echo $stream->read();

// Get access to PHP's inner resource stream
Expand Down

0 comments on commit a439fb3

Please sign in to comment.