Strip HTML
7
This function will reverse the affects of register_globals
9
This is a simple PHP script that will show whether a certain port/socket of a certain computer is currently open/active.
-5
This multiple-use PHP script will randomly generate content based on a randomly generated number.
11
Enforce loadig fresh script code for the external javascript files. Compatible with HTTP 1.0.
8
Configurable number formatter.
5
This class intended to collect TODO comments from java/c++/etc source files.
Example:
protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}
See also DirectoryScanner class.
Example:
protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}
See also DirectoryScanner class.
5
This detects screen resolution using javascript and makes it available to php by way of cookies.
8
A very simple yet very useful function to have around. Especially generating session codes, filenames or new passwords
11
This will give you CheckDNSRR functionality in windows.
This function is only natively available in php while running on Linux.
This function is only natively available in php while running on Linux.









