To use this package you will need to register for a search key.
void current( )
GoogleSearchResult|false fetch( )
This method will return a GoogleSearchResult object, or false if no results were found, or the limit has been reached.
string getCachedPage( string $url)
void key( )
void next( )
int numResults( )
void rewind( )
null search( string $query)
Once you've run this method, you need to call fetch() to get results. You can set search options with the queryOptions variable.
string spellingSuggestion( string $phrase)
void valid( )
null __construct( string $key)