Class that connects to a FTP server to work with files and directores.
It features:
- connect to ftp server
- change current working dir
- create new empty file
- create new dir
- change access right to object
- send SITE command
- copy file
- move and rename file or dirs
- move uploaded file from TMP into CWD
- delete file or empty directory
- write into file
It features:
- connect to ftp server
- change current working dir
- create new empty file
- create new dir
- change access right to object
- send SITE command
- copy file
- move and rename file or dirs
- move uploaded file from TMP into CWD
- delete file or empty directory
- write into file
ANG
GES
G
P
This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/chang ...
ANG
GES
G
P
/** Class for loading data into a single MySQL table.
** Constructor parameters LoadData(, ).
** Function parameters InputMember(,
input>).
*/
ANG
GES
G
P
Der PHP Autoloader findet Klassendefinitionen automatisch. Er muss nicht weiter konfiguriert werden und funktioniert so wie er ist über ein einfa ...
ANG
GES
G
P
ProgressClass stellt eine PHP-Klasse für die dynamische Anzeige und Veränderung eines Fortschrittsbalkens zur Verfügung. In einem Fenster im Wi ...
ANG
GES
G
P
I created this class to present the public an easy to use system for protecting pages and register users. Of course there are a lot of more flexi ...
ANG
GES
G
P
Class to draw graphs. Only lines and points are supported at this early
stage. Output in PNG format
Refer to examples, as well as source code, f ...
ANG
GES
G
P
Almost every PHP and SQL site a search. The problem is that these searches almost never support booleans. If they do it's usually pretty bad. The ...