27 January 2009 – 5:37 PM
This class can be used to list the contents of directories in a Web page. It can extract the list of directories and files and output the listing as an HTML table. The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on [...]
27 January 2009 – 5:34 PM
This is a simple class that can output debugging information about the current PHP script that is being executed. The class has one main function that uses PHP backtracing support to determine from where it was called, ancestor functions or classes that called the current function and the argument types and values that were passed. [...]
27 January 2009 – 4:19 PM
This class can lookup a DNS to determine the addresses of the SMTP servers of a given domain. It works in all platforms including Windows, Linux and other Unix systems. Demo: http://demo.dmwtechnologies.com/PHP/MailServerInfo/ Download: http://www.phpclasses.org/browse/package/2339.html http://phpclasses.dmwtechnologies.com/browse/package/2339.html (mirror)
27 January 2009 – 3:09 PM
This class can create ZIP archives from lists of files. The class provides means to add individual files or whole directories to the list of files packed into a ZIP archive. The class can generate the packed archive as a string value. The class can also output the necessary request response headers to serve the [...]