Skip to content

Instantly share code, notes, and snippets.

@joesoeph
Created August 18, 2022 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesoeph/ec4b57bb24116f7398f16735c6d951dd to your computer and use it in GitHub Desktop.
Save joesoeph/ec4b57bb24116f7398f16735c6d951dd to your computer and use it in GitHub Desktop.
Array Stopwords InnoDB MySQL. Reference: https://dev.mysql.com/doc/refman/8.0/en/fulltext-stopwords.html
<?php
$arr = ["a", "about", "an", "are", "as", "at", "be", "by", "com", "de", "en", "for", "from", "how", "i", "in", "is", "it", "la", "of", "on", "or", "that", "the", "this", "to", "was", "what", "when", "where", "who", "will", "with", "und", "the", "www"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment