Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Aug 30, 2016
1 parent 81108fb commit 9b8d8e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,9 @@ Reads input from stdin.
### `readLine(int $length = 8192): string`
Reads input from stdin with line break stripped.

### `write(string $bytes): Console`
Write message to stdout.
### `write(string|InputStream $bytes): Console`
Write message to stdout, in case of an input stream the contents of that
stream are copied to stdout.

### `writeLine(string $bytes): Console`
Write a line to stdout.
Expand All @@ -355,8 +356,9 @@ Write a line to stdout.
_Available since release 2.6.0._
Write an empty line to stdout.

### `writeError(string $bytes): Console`
Write error message to stderr.
### `writeError(string|InputStream $bytes): Console`
Write error message to stderr, in case of an input stream the contents of that
stream are copied to stderr.

### `writeErrorLine(string $bytes): Console`
Write an error message line to stderr.
Expand Down

0 comments on commit 9b8d8e0

Please sign in to comment.