Skip to content
/ words Public

A php script that will do anything you can with words. From spell checking, to definitions.

Notifications You must be signed in to change notification settings

daipratt/words

Repository files navigation

words

A php script that will do anything you can with words. From spell checking, to definitions.

TODO list

-create a function that returns the submitted word and it's definition or definitions.
-create a function that returns translation of word

functions created

is_valid() = returns true if word is valid
definition() = returns the definition of the word
translate($lang) = returns the tranlation for the word
is_anagram($word2) = return true if the two words are anagrams

About

A php script that will do anything you can with words. From spell checking, to definitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published