Home > PHP > Function > Crack > crack_closedict()

crack_closedict()

crack_closedict - Closes an open CrackLib dictionary

Syntax

bool crack_closedict (resource $dictionary)

Arguments

  • dictionary - The dictionary to close. If not specified, the current dictionary is closed.

Description

crack_closedict() closes the specified dictionary identifier.

Version

PHP PECL crack >= 0.1

Return value

Returns TRUE on success or FALSE on failure.