PHP function to extract keywords from a string of text


/ Published in: PHP
Save to your folder(s)

This is a function that receives a string as an argument (along with other config optional arguments) and locates all keywords (words that appear most) from that string, returning the keywords as an array or as a string separated by commas. The function works correctly, but i'm working on improving it, so any sugestions please comment.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.