Checker
in package
Table of Contents
Methods
- checkCredentials() : bool
- Check if credentials of the user are correct.
Methods
checkCredentials()
Check if credentials of the user are correct.
public
static checkCredentials(array<string|int, mixed> $serverVars) : bool
Parameters
- $serverVars : array<string|int, mixed>
-
Server variables, including authentication details
Return values
bool —True if login is successful, false otherwise