Posts Tagged With: Download PHP classes

PHP Debugger :: Output debugging information of the current script

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. … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 508 Comments

Mail Server Info :: Lookup DNS to obtain the SMTP servers of a domain

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)

Categories: Downloads, PHP Code | Tags: , , | 521 Comments

Create ZIP File :: Create ZIP file archives and serve for download

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 … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 41 Comments