clearLine()
clearLine()
Created by PhpStorm.
User: inhere Date: 2017-12-21 Time: 10:02
prompt(string $prompt, boolean $masked = false, integer $limit = 100) : string
Prompts the user for input. Optionally masking it.
string | $prompt | The prompt to show the user |
boolean | $masked | If true, the users input will not be shown. e.g. password input |
integer | $limit | The maximum amount of input to accept |