array getChoicesForValues(array $values)
Returns the choices corresponding to the given values.
The choices are returned with the same keys and in the same order as the corresponding values in the given array.
array getChoicesForValues(array $values)
Returns the choices corresponding to the given values.
The choices are returned with the same keys and in the same order as the corresponding values in the given array.
array | $values | An array of choice values. Non-existing values in this array are ignored |
array | An array of choices |
Designed by : w10schools
service@w10schools.com
Please login to continue.