I know that the stopword file could be changed with the help of the ft_stopword_file variable in MySQL. But I need read these stopwords into an array in PHP. So my questions is,
Is there a way to get the Stop Words resultset by querying a database with an SQL Query ?