stdin() public static method
Gets input from STDIN and returns a string right-trimmed for EOLs.
| public static string stdin ( $raw = false ) | ||
|---|---|---|
| $raw | boolean |
If set to true, returns the raw string without trimming |
| return | string |
The string read from stdin |
Please login to continue.