helpers\BaseConsole stdin()

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

doc_Yii
2016-10-30 17:04:40
Comments
Leave a Comment

Please login to continue.