-
RogePHP is a collection of PHP scripts that allow you to perform common web functions easily and quickly without all the hasle of setting up other web frameworks. It use as much or as little as you like with no need for "Installing" modifying your include path. It's designed for high trafic environments with millions of page views per day.MySQL ...
-
This script can be used to find the shortest path in a map. It takes an array with the definition of the weights of the positions of the map and the path start and end positions. This script is used for a few in-development browser based games which utilize tile-based square maps. Map is stored as an array of tile's, ...
-
Path wrapper is a small template class made for handling small strings like paths with parameters linked to a specific time (like in backup process) you can specify your own keywords.
-
PHP URI Class parses the PATH_INFO request variable and splits into parts separated by the slash that are stored in an array class variable.The value and existence of a specified path info segment can be checked.Requirements: PHP 5.0 or higher
-
Dijkstra can be used to find the best route between two points using the Dijkstra algorithm. It takes as parameters an array with all possible routes between to points and the start point. Dijkstra can get the best path and the distance to each network point. Requirements: PHP 5 or higher
-
Arrays containing the matching files or directories at the specified path, are returned.
-
Parameters such as the character sequence to end lines and the path delimiter, can be determined.
-
DocumentRoot is a simple class that can be used to determine the correct path of the Web server document root when using Windows HTTP servers on which the DOCUMENT_ROOT environment variable is not being set.
-
The function will return a reference to a variable containing the HTML code for creating the table containing the CSV records. However an output HTML filepath may be specified to allow output to an HTML file. The returned reference will contain a boolean false if an error occurs.If output need not be stored as an HTML file the $htmlFilePath mustbe ...
-
A web interface is provided for browsing the directories. Giving a directory path and its URL, the class reads all the files and generates a listing.This listing may be generated in row format (detail listing) or cell format (icon format). Dir Info provides the ability to sort the directory listing.The appearance of the listing may be configured using CSS.
-
Class Loader can be used to locate and load class files from directories defined in a list of paths. It provide a way to write PHP scripts that use classes without knowing in advance where the class files are located.Class Loader can take a list of directories where to search the class files. Then it can search for given files ...
-
Query String Manager can take an array with values of query string parameters and set or get its values. A query string can be generated from the parameters with the values optionally encoded for use as URLs.Requirements: PHP 5.1 or higher
-
A path string, an optional path start prefix and a directory separator character is passed as argument.Path can append path directories or file names, return the directory and base names of the path, and change separate parts of the path.Requirements:PHP 5.0 or higher
-
Filebase can be used to retrieve information about the current Web server setup.Filebase can determine the server machine OS, the Web server document root path, the current script path, and the PHP include path.
-
Bf_Download can be used to serve files for download.It can hide the original file path on the server, serve files partially, resume partial downloads, serve files with a different name and limit the download data transfer rate.

