Home > PHP > Function > Enchant > enchant_dict_get_error()

enchant_dict_get_error()

enchant_dict_get_error - Returns the last error of the current spelling-session

Syntax

string enchant_dict_get_error (resource $dict)

Arguments

  • dict - Dictinaray resource

Description

Returns the last error of the current spelling-session

Version

PHP PECL enchant >= 0.1.0

Return value

Returns the error message as string or FALSE if no error occurred.