Function __global->_find_words

Definitions

sources/spelling.php

  • Find all the words in some text.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$text string required parameter N/A N/A Text to scan for words in (should be plain text, not be HTML text)
$unicode_accepted boolean True N/A N/A Whether Unicode is accepted

Return

  • List of words
  • Type: array
  • Set: N/A
  • Range: N/A