class_google.php is meant to connect to Google and perform a query. It lets you specify the query parameters as in the advanced search page of Google, and connects to Google via HTTP and retrieves the contents of the results page. It also parses the results to obtain the number of occurrences found for the specified query. The class requires PHP with TCP socket connection support enabled.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | GPL |
| Implementation | PHP |