html { padding:0px; margin:0px; } body { background-color: #e1ddd9; font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#564b47; padding:0px 20px; margin:0px; } #content { float: left; width: 75%; background-color: #fff; margin:0px 0px 50px 0px; overflow: auto; } enchant_dict_store_replacement

enchant_dict_store_replacement

(PECL)

enchant_dict_store_replacement -- add a correction for a word.

Opis

void enchant_dict_store_replacement ( resource dict, string mis, string cor )

Add 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.

Parametry

dict

Dictionary resource

mis

The work to fix

cor

The correct word

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.