Prompts for a user response.
public prompt ( string $prompt, array $choices = null, string $default = null ) : mixed | ||
$prompt | string | The message to display when prompting the user. |
$choices | array | The choices available to the user or null for a text input. |
$default | string | The default value if no value specified. |
Résultat | mixed | The user's response to the prompt. |