Man Page: enchant_dict_add_to_personal
Operating Environment: php
Section: 3
ENCHANT_DICT_ADD_TO_PERSONAL(3) 1 ENCHANT_DICT_ADD_TO_PERSONAL(3)
enchant_dict_add_to_personal - add a word to personal word list
SYNOPSIS
void enchant_dict_add_to_personal (resource $dict, string $word)
DESCRIPTION
Add a word to personal word list of the given dictionary.
PARAMETERS
o $dict
- Dictionary resource
o $word
- The word to add
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
enchant_broker_request_pwl_dict(3), enchant_broker_request_dict(3).
PHP Documentation Group ENCHANT_DICT_ADD_TO_PERSONAL(3)