|
FTP
|
|
This is a simple wrapper class meant to send a file to a directory of an FTP server using the PHP FTP extension.
|
|
|
List content of directory
|
|
This class can be used to retrieve the list of files contained in a given directory and its sub-directories.
It traverses a directory recursively and writes the names of the files that it finds to a given output file name.
|
|
|
rs2csv
|
|
This class can be used to convert a result set which has been generated by PHP's built-in MySQL functions to a comma separated values (CSV) file.
|
|
|
HTML to DOC
|
|
This class can be used to convert HTML pages into Microsoft Word documents in the XML format.
It can parse a HTML document given as a HTML data string or a page URL. Then it extracts the HTML document header and body and rewrite it with a Microsoft Word document XML header.
|
|
|
FTP Folder Copy or Delete
|
|
This class can be used to copy and delete directories on a remote FTP server.
It 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...
|
|