string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Give the user a single choice from an array of answers.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Give the user a single choice from an array of answers.
string | $question | |
array | $choices | |
string | $default | |
mixed | $attempts | |
bool | $multiple |
string |
Designed by : w10schools
service@w10schools.com
Please login to continue.