-
PHP Array to Javascript can be used to convert PHP associative arrays to Javascript objects that have properties set with the PHP array entries.PHP Array to Javascript traverses the entries of one or more associative arrays recursively and generates code that define Javascript objects.The names of the object properties are the keys of the array entries. The property values are ...
-
phpTree was developed to provide a very simple, "file-manager looking", embeddable, web-based, file and/or content management system.By using phpTree you may very easily embed hierarchical web-modifiable files and/or content and establish security parameters for the modification of data stored in the tree into your existing website.Although phptree is possible, phpTree was not designed with intention for it to "be" the ...
-
Several iteration classes, that can retrieve the listing of a specified directory recursively, are provided. The iterators can retrieve the directory entries with different levels of detail and perform different types of entry filtering.Requirements: PHP 5.1 or higher
-
Arvore Pastas retrieves the listing of files in a given directory and displays it as a list with HTML links to pages of the the sub-directory listings.Arvore Pastas treverses the directories recursively up to a specified depth level.Limitations: The code and comments are in Portuguese
-
FTP Folder Copy or Delete can traverse a given directory recursively and copy all its files sub-directories to a given directory on an FTP server. The original permissions are also set on the files and directories on the FTP server.A specified FTP directory can also be recursively traversed and removed, including its sub-directories.Requirements:PHP 4.1.0 or higher
-
Recursive array to XML class generates XML documents from nested arrays. It takes an associative array and traverse it to generate a XML document on which the array keys are turned into XML tags and array entry values are nodes of the XML tags.The XML document encoding, version, line indenting and line endings are configurable parameters.Requirements:PHP 5.0
-
Search File Contents can traverse a given directory recursively to locate files with certain file name extensions. The found files are opened and their content checked for the search phrase.Search File Contents returns an array with the list of all files that contain the search phrase.Requirements: PHP 3.0 or higher
-
The directory is traversed recursively and the names of the located files is written to an output file.Requirements:PHP 3.0 or higher
-
Text Search Replace 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.Optionally Text Search Replace may replace all the occurrences with a new text and the files are updated. In order to keep a record of the search and replace activity, a ...
-
When the directories are parsed, the files are returned recursively.
-
Site Map Generator retrieves the pages and finds internal links to sections of the site. The links are followed recursively until all of them are indexed.An XML document in Google site map format, containing the URLs of all the pages that were found, is generated. The site map XML document is returned as a string value.Requirements:PHP 5.1.3 or higher
-
Path To XML can be used to generate XML documents from directory listings.There are two classes in Path To XML: - one to generate a XML document from an array, - a sub-class to traverse a directory recursively and build an array from the list of files.The generated XML document can be saved to a given file.
-
A specified directory is parsed recursively and the file names are compared to a given one.File Search & Get Similar Files uses the Levenshtein algorithm to compare the file names and return those that are similar to the name being searched.Requirements:PHP 5.0 or higher
-
Class Grep Search can traverse a given directory recursively and search for a given text the contents of files with a given list of file name extensions.An array variable is used to store the path of the files that contain the specified text. The class returns the number of occurrences.Requirements: PHP 5.0 or higher
-
PHPIncluder traverses directories recursively and search for PHP scripts to include. It can either include all class scripts with the .class.php extension or include all scripts with the .php extension.Requirements:PHP 5 or higher

