Home > PHP > Function > Pspell > pspell_config_repl()

pspell_config_repl()

pspell_config_repl - Set a file that contains replacement pairs

Syntax

bool pspell_config_repl (int $dictionary_link, string $file)

Arguments

  • dictionary_link
  • file - The file should be writable by whoever PHP runs as (e.g. nobody).

Description

Set a file that contains replacement pairs.

Version

PHP 4.0.2, 5

Return value

Returns TRUE on success or FALSE on failure.