static bool equals(string $knownString, string $userInput)
Compares two strings.
This method implements a constant-time algorithm to compare strings. Regardless of the used implementation, it will leak length information.
static bool equals(string $knownString, string $userInput)
Compares two strings.
This method implements a constant-time algorithm to compare strings. Regardless of the used implementation, it will leak length information.
Please login to continue.