prompt() public static method
Prompts the user for input and validates it
| public static string prompt ( $text, $options = [] ) | ||
|---|---|---|
| $text | string |
Prompt string |
| $options | array |
The options to validate the input:
|
| return | string |
The user input |
prompt() public static method
Prompts the user for input and validates it
| public static string prompt ( $text, $options = [] ) | ||
|---|---|---|
| $text | string |
Prompt string |
| $options | array |
The options to validate the input:
|
| return | string |
The user input |
Please login to continue.