Function __global->spellcheck_initialise

Definitions

sources/spelling.php

  • Initialise the spellcheck engine.Will re-use connections, so if you want to call this call add_spellchecker_words_temp with it, before calling a spellchecker, that works.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$lang ?ID_TEXT Null N/A N/A Language to check in (null: current language)

Return

  • Spellchecker (null: error)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A