» Metadata | » Status |
---|---|
|
|
» Description | |
I have developed a package which allows easy access to Google's web API. Using the spell checker and cache is as simple as creating a new object, and calling the method, which will then return either a spelling suggestion, or the requested cached page. The class supports the Iterator interface, so results can be retrieved by using a foreach loop, as shown below.<php> $google->search("PEAR"); foreach($google as $key => $result) { echo $key."\t".$result->title."\n"; } </php> LinksPackage Source: http://www.jellybob.co.uk/~jon/pear/Services_Google.phps |
|
» Dependencies | » Links |
|
|
» Timeline | » Changelog |
|
|