|
File Searcher
|
|
This class is meant to execute searches for files inside a given directory.
The class can traverse directories recursively as an option.
It can search for files given a list of space delimited patterns that define extensions contained in the last 3 characters of the...
|
|
|
Htdig Site Indexing And Searching Interface
|
|
This class is meant to interface with the Ht:/Dig programs to be able to index and search Web pages from PHP. It features:
- Setup a suitable configuration file from a few user defined parameters.
- Index Web pages to build the search databases.
- Search the indexed...
|
|
|
Google_Query
|
|
This class is meant to connect to Google and perform a query to Google.
The class lets you specify the query parameters as in the advanced search page of Google. Then it connects to Google site via HTTP and retrieves the contents of the results page.
The class also...
|
|
|
Site Search
|
|
Site Search is a class that can search for HTML documents and image files available within server side directories.
It does not need a database, so it is very easy to implement it.
This class will search in the content of each file within a given directory. You can...
|
|
|
Text Search Replace
|
|
This class can be used to search the content of certain files and replace with different information.
It can browse a given directory recursively and open files that match certain file name extensions.
The files are read to search for a given regular expression text.
...
|
|