Query: enchant_dict_store_replacement
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ENCHANT_DICT_STORE_REPLACEMENT(3) 1 ENCHANT_DICT_STORE_REPLACEMENT(3) enchant_dict_store_replacement - Add a correction for a wordSYNOPSISvoid enchant_dict_store_replacement (resource $dict, string $mis, string $cor)DESCRIPTIONAdd a correction for 'mis' using 'cor'. Notes that you replaced @mis with @cor, so it's possibly more likely that future occurrences of @mis will be replaced with @cor. So it might bump @cor up in the suggestion list.PARAMETERSo $dict - Dictionary resource o $mis - The work to fix o $cor - The correct wordRETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group ENCHANT_DICT_STORE_REPLACEMENT(3)