|
static | createIndex (string $dataFile, string $path) |
|
static | exists (string $password, string $path) |
|
См. определение в файле weakpassword.php строка 14
◆ createIndex()
static createIndex |
( |
string | $dataFile, |
|
|
string | $path ) |
|
static |
Creates a set of indexed files from one source file.
- Аргументы
-
string | $dataFile | The absolute path to the source file. |
string | $path | The absolute path to the folder which contains the indexed files. If the folder doesn't exist it'll be created. |
- Возвращает
- bool
См. определение в файле weakpassword.php строка 23
◆ exists()
static exists |
( |
string | $password, |
|
|
string | $path ) |
|
static |
Checks if a password exists in the database.
- Аргументы
-
string | $password | The password. |
string | $path | The absolute path to the folder which contains the indexed files. |
- Возвращает
- bool
См. определение в файле weakpassword.php строка 64