Function __global->add_spellchecker_words_temp

Definitions

sources/spelling.php

  • Add words to the spellchecker's temporary session dictionary.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$spell_link mixed No No required parameter N/A N/A Spellchecker
$words array No No required parameter N/A N/A List of words

Preview

Code (PHP)

/**
 * Add words to the spellchecker's temporary session dictionary.
 *
 * @param  mixed $spell_link Spellchecker
 * @param  array $words List of words
 */

function add_spellchecker_words_temp($spell_link, array $words)