static Guess|null getBestGuess(array $guesses)
Returns the guess most likely to be correct from a list of guesses.
If there are multiple guesses with the same, highest confidence, the returned guess is any of them.
static Guess|null getBestGuess(array $guesses)
Returns the guess most likely to be correct from a list of guesses.
If there are multiple guesses with the same, highest confidence, the returned guess is any of them.
array | $guesses | An array of guesses |
Guess|null | The guess with the highest confidence |
Designed by : w10schools
service@w10schools.com
Please login to continue.